sportsbet_sport_competition
Retrieve sport competition details by ID, including matches, outrights, and optional top markets. Get event start times and markets to compare odds across providers.
Instructions
Sport competition page: matches, outrights and optional top markets.
Returns: {competition:{competitionId, name}, events:[{eventId, name, startTime, markets:[]}]}
Auth: works without a key; SPORTSBET_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numMarkets | No | Markets to inline per event. | |
| displayType | No | Upstream display variant. | |
| eventFilter | No | Restrict to matches or outrights. | |
| competitionId | Yes | Sport competition id. Required — part of the URL path. | |
| includeAllEvents | No | Include all events, not just upcoming. | |
| includeTopMarkets | No | Inline highlighted top markets per event. |