tab_competition
Retrieve a competition's matches, bet options, and top markets for odds comparison and betting insights.
Instructions
Competition page: its matches, bet options and (optionally) top markets.
Returns: {id, name, matches:[{id, name, startTime, _links:{self}}], betOptions, sameGame}
Example: AFL competition page {"sport": "AFL Football", "competition": "AFL"}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport name, e.g. "AFL Football". Required — part of the URL path. | |
| competition | Yes | Competition name, e.g. "AFL", "AFL Futures". Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |
| numTopMarkets | No | Top markets to inline per match. |