Betting
Proposition Bets
Retrieve player proposition bets (props) including goalscorer markets with first, last, and anytime scorer odds.
GET
Player Props
Overview
Returns player-specific betting markets for a game, including goalscorer propositions. Markets are organized by team with individual player odds for first scorer, last scorer, and anytime scorer.Query Parameters
Unique identifier for the game.
Preferred bookmaker ID for odds data.
Application type identifier. Auto-resolved.
Language identifier. Auto-resolved.
Timezone for date/time values (auto-resolved, or specify e.g.,
America/New_York).All
startTime fields in game data use ISO 8601 format with a dynamic timezone offset based on the resolved or specified timezone.User’s country for localization. Auto-resolved.
Response Structure
Array of proposition bet markets.
Bookmaker details including branding and links.
Full athlete information for players in props.
Current update ID for incremental fetching.
The update ID that was requested (-1 for latest).
Cache time-to-live in seconds.
Sports definitions.
Country information.
Competition details.
Team information.
Game details.
Goalscorer Market Types
| Option | Description |
|---|---|
| First | First goalscorer of the match |
| Last | Last goalscorer of the match |
| Anytime | Score at any point during the match |
Example Request
Example Response
Use Cases
Goalscorer Markets Display
Show player prop markets organized by team with odds for first, last, and anytime scorer.Player Odds Comparison
Compare odds across players within the same team or across both teams.Settled Market Analysis
For concluded games, identify winning selections usingisWon: true.
Player Images
UseathleteId with the Images API to display player photos alongside odds.
Notes
- Markets are organized by team (
competitorId) in thesectionsarray - Use the
athletesarray to get full player details (name, club, nationality) - The
secondaryNameprovides quick player info (shirt number, position) - For concluded matches,
isWonindicates successful betting outcomes - Odds are provided in decimal, fractional, and american formats
Troubleshooting
Empty Response
If you receive a response with an emptypropositionBets array:
- The game hasn’t started yet (props may appear closer to kickoff)
- The game has ended (markets are settled and removed)
- The league/competition doesn’t support player props
- Bookmakers haven’t published props for this specific match
Checking Data Availability
Coverage Notes
| League/Competition | Prop Coverage |
|---|---|
| Premier League | Good coverage for major matches |
| La Liga, Serie A, Bundesliga | Good coverage for major matches |
| Champions League | Strong coverage |
| Lower/domestic leagues | Limited or no coverage |
Last modified on April 12, 2026
Player Props