sportsbet_results_competitions
Retrieve competitions and event final scores for any sport class and date, enabling results analysis without an API key.
Instructions
Competitions with results for a sport class on a date.
Returns: {competitions:[{competitionId, name, events:[{eventId, finalScore}]}]}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | Result date, YYYY-MM-DD, or the literal "today". | |
| classId | Yes | Sport class id. Required — part of the URL path. |