sportsbet_racecard
Retrieve a racecard for a single race using its event ID. Get runner names, win prices, and scratchings, with optional full names for all selections.
Instructions
Racecard for one race: runners, prices, scratchings.
Returns: {event:{eventId, raceNumber}, markets:[{marketId, name, selections:[{name, price:{winPrice, winPriceNum, winPriceDen}}]}]}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| eventId | Yes | Racing event id. Required — part of the URL path. | |
| selectionNames | No | Include full selection (runner) names. |