tab_match_markets
Retrieve betting markets, selections, and prices for a single match by providing sport, competition, and match name. Use this tool to compare odds and options for one game without full match data.
Instructions
Just the markets + selections + prices for one match (leaner than the full match object).
Returns: {markets:[{id, name, betOption, bettingStatus, propositions:[{name, returnWin}]}], betOptionPriority}
Example: Markets for one AFL match {"sport": "AFL Football", "competition": "AFL", "match": "Adelaide v Geelong"}
Auth: works without a key; TAB_CLIENT_ID or TAB_CLIENT_SECRET or TAB_REFRESH_TOKEN unlocks more if set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| match | Yes | Match name, e.g. "Adelaide v Geelong". Pass raw spaces. Required — part of the URL path. | |
| sport | Yes | Sport name, e.g. "AFL Football". Required — part of the URL path. | |
| competition | Yes | Competition name, e.g. "AFL". Required — part of the URL path. | |
| jurisdiction | No | State jurisdiction. | NSW |