sportsbet_racecard_with_context
Fetch the racecard for a single race, including meeting details, results, and related markets. Provide eventId and classId to receive complete event, markets, meeting, and context data for that race.
Instructions
Racecard plus surrounding context (meeting, results, related markets) for one race.
Returns: {event:{}, markets:[], meeting:{}, context:{}}
Example: Racecard with context for one race {"eventId": 10513900, "classId": 1}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| classId | Yes | Racing class id (race type/class), required by upstream. | |
| eventId | Yes | Racing event id. Required — part of the URL path. |