betr_grouped_racecard
Retrieve all race meetings and races for a specified day, grouped by Thoroughbred, Greyhounds, and Trots. Use a day offset to select today, tomorrow, or any date.
Instructions
All meetings + their races for a day offset, grouped by code.
Returns: {Thoroughbred:[[{EventId, Venue, CountryCode, RaceNumber, AdvertisedStartTime, HasFixedMarkets}]], Greyhounds:[...], Trots:[...]}
Example: Today's meetings {"DaysToRace": 0}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| DaysToRace | No | Day offset: 0 today, 1 tomorrow, -1 yesterday, etc. |