Betting
Get Betting Trends
Retrieve betting trends with statistical patterns and odds
GET
Betting Trends
Overview
Returns betting trends based on historical statistical patterns for upcoming matches. Trends highlight patterns like “Under 3.5 Goals - 12/13 Last Matches” with associated odds and confidence levels. Cache TTL: Variable (typically short for fresh trend data)Parameters
Sport type ID. Use 1 for Football
Date in DD/MM/YYYY format (e.g., “18/12/2025”)
Filter to show only top/high-confidence trends. Default: true
Preferred bookmaker ID for odds (e.g., 14 for Bet365)
Parameters
appTypeId, langId, timezoneName, and userCountryId are automatically resolved. You can override timezoneName with a specific timezone (e.g., America/New_York). All startTime fields in game data use ISO 8601 format with a dynamic timezone offset.Response Structure
Internal versioning ID for caching or incremental updates
Time To Live in seconds
Array of betting trend objects
Referenced bookmaker objects with branding info
Associated game objects with match details
Referenced sport objects
Referenced country objects
Referenced competition objects
Referenced competitor/team objects
Request Example
Response Example
Line Type IDs Reference
| ID | Type | Description |
|---|---|---|
| 1 | Match Result | Win/Lose outcome |
| 3 | Over/Under | Total goals over/under threshold |
| 12 | BTTS | Both Teams To Score |
Key Fields Reference
Percentage Field
Thepercentage field represents the historical success rate:
1.0= 100% (e.g., “8/8 Last Matches”)0.923= 92.3% (e.g., “12/13 Last Matches”)0.75= 75% (e.g., “3/4 Last Matches”)
Confidence Trends
TheconfidenceTrendIds array links related trends that support the same prediction, allowing you to show multiple supporting statistics.
Use Cases
- Display betting insights based on statistical patterns
- Build trend-based prediction features
- Show historical success rates for different bet types
- Track odds movements with trend indicators
- Create “value bet” recommendations based on high-percentage trends
Last modified on April 12, 2026
Betting Trends