Games
Get Predictions
Retrieve match predictions with voting data and betting odds
GET
Game Predictions
Overview
Returns upcoming matches with user predictions/voting data and betting odds from bookmakers. This endpoint is ideal for displaying prediction contests, voting polls, and odds comparisons. Cache TTL: 300 seconds (5 minutes)Parameters
Filter by sport ID. Default: 1 (Football)
Preferred bookmaker ID for odds display (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 use ISO 8601 format with a dynamic timezone offset.Response Structure
Internal versioning ID for caching or incremental updates
Update ID requested by client. Value of -1 means “retrieve the latest data”
Time To Live in seconds (300 for this endpoint)
Array of games with prediction data
Referenced sport objects
Referenced country objects with game counts
Referenced competition objects
Referenced competitor/team objects
Request Example
Response Example
Key Fields Reference
Prediction Options
| Field | Type | Description |
|---|---|---|
num | integer | Option number (1=Home, 2=Draw, 3=Away) |
name | string | Team name or “Draw” |
vote.count | integer | Number of user votes |
vote.percentage | integer | Percentage of total votes |
Odds Rate Object
| Field | Type | Description |
|---|---|---|
decimal | number | Decimal odds format (e.g., 2.0) |
fractional | string | UK fractional format (e.g., “1/1”) |
american | string | American odds format (e.g., “+100”) |
Odds Trend Values
| Value | Meaning |
|---|---|
| 1 | Odds decreased (shortened) |
| 2 | Odds unchanged |
| 3 | Odds increased (drifted) |
Use Cases
- Build prediction/voting contests for upcoming matches
- Display community sentiment with vote percentages
- Show betting odds comparisons from bookmakers
- Create match preview pages with crowd predictions
- Track odds movements with trend indicators
Last modified on April 12, 2026
Game Predictions