sportsbet_event_markets
Retrieve all betting markets, selections, and live prices for a single sport event using its event ID.
Instructions
All markets + selections + live prices for one sport event.
Returns: {markets:[{marketId, name, selections:[{selectionId, name, price:{winPrice, winPriceNum, winPriceDen}}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Sport event id. Required — part of the URL path. |