tab_match_markets
Get betting markets, selections, and prices for one match by passing sport, competition, and match name. Returns lean market data with bet options and propositions.
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 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 |