get_team_odds
Retrieve all current book prices for a team across its events and markets. Input a team ID (from list_teams) and paginate with cursor.
Instructions
All current book prices for a single team across its events and markets. Use a team id from list_teams. Paginate with cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max rows to return (page size). Default 50, server caps apply. | |
| cursor | No | Opaque pagination cursor. Pass the `nextCursor` from a previous response to fetch the next page. | |
| team_id | Yes | Team UUID (from list_teams). |