tab_match
Retrieve a full match book: betting markets, same game multi, contestants, live status, and stats. Provide sport, competition, and match name to get the data.
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 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 |