get_updated_odds
Retrieve odds updated since a given Unix timestamp for a specific bookmaker and sport, enabling efficient polling of recent changes.
Instructions
Get odds updated since a Unix timestamp for a bookmaker and sport. The timestamp must be at most 1 minute old. Useful for efficient polling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | Unix timestamp (must be within the last 60 seconds) | |
| bookmaker | Yes | Bookmaker name (e.g., 'Bet365') | |
| sport | Yes | Sport slug (e.g., 'football') |