tab_racing_futures_race
Retrieves a racecard for a futures race using its name, date, and race type, returning runners with fixed-odds prices. Use when the race is identified by name rather than a number.
Instructions
Racecard for one FUTURES market: futures URLs put the race NAME (not a number) in the race slot, so the integer-typed tab_racing_race cannot reach them.
Returns: {raceName, raceStartTime, runners:[{runnerNumber, runnerName, fixedOdds:{returnWin, returnPlace, bettingStatus}}]}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET or TAB_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Meeting date from the futures listing, YYYY-MM-DD. Required — part of the URL path. | |
| raceName | Yes | Race name from the futures listing, e.g. "Queen Anne Stakes (All In)". Required — part of the URL path. | |
| raceType | Yes | Race code: R/G/H. Required — part of the URL path. | |
| fixedOdds | No | Include fixed-odds prices (futures are fixed-odds only). | |
| jurisdiction | No | State jurisdiction. | NSW |
| venueMnemonic | No | Futures meeting name, e.g. "Racing Futures", "Greyhound Futures". | Racing Futures |