get_dropping_odds
Identifies odds with the largest drops from opening using sharp bookmaker data, updated every 10 seconds, to track sharp money movement across multiple time windows.
Instructions
Get odds that have dropped the most from opening, based on sharp bookmaker data. Useful for tracking where sharp money is moving. Updated every ~10 seconds. Only available on paid plans. Response includes drop percentages for multiple time windows (sinceOpening, 12h, 24h, 48h). For player prop markets, the response includes market.label with the player name (e.g. 'Carlos Baleba'). Use markets=Player Props to get all player prop markets across all sports (football includes Anytime Goalscorer, Player Passes, Player Shots, Player Shots on Target, etc.). IMPORTANT: Always pass the sport parameter when the user mentions or implies a specific sport — the global (no-sport) endpoint is heavily dominated by player props and will return very few main market results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | No | Sport slug to filter by (e.g., 'football', 'basketball'). Always include this when the user mentions a sport — without it, results are dominated by player props and main market drops are hidden. | |
| league | No | Single league slug to filter by (e.g., 'england-premier-league'). Requires sport. Mutually exclusive with leagues. | |
| leagues | No | Comma-separated league slugs to filter by multiple leagues (e.g., 'england-premier-league,spain-la-liga'). Mutually exclusive with league. When used with sport, fetches full per-league data instead of the pre-truncated global snapshot. | |
| markets | No | Comma-separated market names to filter by (case-insensitive). e.g. 'ML,Spread,Totals'. Supported: ML, Spread, Totals, Spread HT, Totals HT, Totals 1Q, Spread 1Q, Team Total Home, Team Total Away, Corners Spread, Corners Totals, Corners Spread HT, Corners Totals HT, Bookings Spread, Bookings Totals, Player Props. Note: 'Player Props' returns all player prop markets across all sports. | |
| timeWindow | No | Time window for drop filtering and sorting: 'opening', '12h', '24h', '48h' (default: 'opening') | |
| sort | No | Sort order: 'drop' (highest drop %), 'recent' (latest movement), 'kickoff' (soonest event). Default: 'drop' | |
| minDrop | No | Minimum drop percentage threshold (default: 0) | |
| limit | No | Results per page, 1-200 (default: 50) | |
| page | No | Page number, 1-indexed (default: 1) | |
| includeEventDetails | No | Include expanded event details (home, away, date, sport, league) in response |