sportsbet_race_preview
Retrieve an editorial race preview with text and video for a specific race. Provide race type, track, number, and date to get the preview content.
Instructions
Editorial race preview (text + video) for one race.
Returns: {preview:{title, body, videoUrl}}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raceType | Yes | Racing code (e.g. Thoroughbred). | |
| eventDate | Yes | Meeting date, YYYY-MM-DD. | |
| trackName | Yes | Track / venue name. | |
| raceNumber | Yes | Race number at the meeting. |