sportsbet_racecard_with_context
Retrieve a racecard with meeting, results, and related markets for a single race using eventId and classId.
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: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
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. |