get_player_odds
Retrieve current book prices for a single player's props across events and markets. Provide a player UUID to get odds, with optional pagination using a cursor.
Instructions
All current book prices for a single player across events and markets (player props). Use a player id from list_players. 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. | |
| player_id | Yes | Player UUID (from list_players). |