tab_match
Retrieve a full match book with all betting markets, bet options, Same Game Multi, contestants, live state, and stats for a specified sport match.
Instructions
Full match book: all markets + bet options, Same Game Multi, contestants, live state and stats.
Returns: {id, name, startTime, markets:[{id, name, betOption, bettingStatus, closeTime}], sameGame, contestants, inPlay, stats}
Example: One AFL match's full markets {"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 |