sportsbet_sport_competition
Fetch a sport competition's matches, outrights, and top markets by competition ID for odds comparison.
Instructions
Sport competition page: matches, outrights and optional top markets.
Returns: {competition:{competitionId, name}, events:[{eventId, name, startTime, markets:[]}]}
Auth: none needed.
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. |