entain_racing_racecard
Retrieve a full priced racecard for a single race, including entrants, fixed-odds fluctuations, and form. Use a race UUID to get complete race, market, price, and entrant data.
Instructions
Full priced racecard for one race — entrants, fixed-odds fluctuations, form.
Returns: {status, data:{races:{}, markets:{}, prices:{}, entrants:{}, price_fluctuations:{:[floats — LAST is the live fixed win price]}, meetings:{}}}
Example: One priced racecard {"id": "7f553143-1ed4-4ef8-a622-46c7563e6c83"}
Auth: works without a key; ENTAIN_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Race UUID from the meetings route. | |
| method | No | Upstream RPC method (racecard). | racecard |