Overview
Sports markets on Bayse for soccer games come in ten types, all linked through thesportGameSlug field.
All event types for a single match share the same
sportGameSlug, making it easy to discover related markets:
Market types
TEAM_H2H_3WAY — Match winner
TEAM_H2H_3WAY — Match winner
Combined event — only one market resolves YES.Three mutually exclusive markets:
- Home Win — The home team wins the match
- Away Win — The away team wins the match
- Draw — The match ends in a draw
propTeam is populated for the home and away markets; null for the draw market. No propLine or propDirection.BOTH_TEAMS_TO_SCORE — Did both teams score?
BOTH_TEAMS_TO_SCORE — Did both teams score?
Single market event — one binary market.
- Resolves YES if both teams score at least one goal
- Resolves NO if either team fails to score
- Covers the first 90 minutes of regular play plus stoppage time
propLine, propDirection, or propTeam.FIRST_TEAM_TO_SCORE — Which team scored first?
FIRST_TEAM_TO_SCORE — Which team scored first?
Combined event — only one market resolves YES.Three mutually exclusive markets:
- Home team scores first
- Away team scores first
- Neither — no goals scored (game ends 0-0)
propTeam is populated for the home and away markets; null for “Neither”. No propLine or propDirection.GOAL_SPREAD — Team wins by X+ goals
GOAL_SPREAD — Team wins by X+ goals
Grouped event — markets resolve independently.Each market represents a team winning by more than a specific goal margin. Multiple markets can resolve YES.
propLine— The goal margin threshold (e.g.,1.5,2.5)propDirection—"OVER"propTeam— The team this spread applies to
TOTAL_GOALS — Total goals by both teams
TOTAL_GOALS — Total goals by both teams
Grouped event — markets resolve independently.Each market is an over/under on the total goals scored by both teams combined. Covers the first 90 minutes of regular play plus stoppage time.
propLine— The goal total threshold (e.g.,2.5,3.5)propDirection—"OVER"propTeam—null
TOTAL_GOALS_HOME / TOTAL_GOALS_AWAY — Team total goals
TOTAL_GOALS_HOME / TOTAL_GOALS_AWAY — Team total goals
Grouped events — markets resolve independently.
TOTAL_GOALS_HOMEtracks goals scored by the home team onlyTOTAL_GOALS_AWAYtracks goals scored by the away team only
propLine threshold and propTeam set to the relevant team. Structure is otherwise identical to TOTAL_GOALS.TOTAL_CORNERS — Total corners, full match
TOTAL_CORNERS — Total corners, full match
Grouped event — markets resolve independently.Each market is an over/under on the total corners awarded to both teams across the full match (first half + second half, including stoppage time).
propLine— The corner total threshold (e.g.,7.5,9.5)propDirection—"OVER"propTeam—null
FIRST_HALF_CORNERS / SECOND_HALF_CORNERS — Half-specific corners
FIRST_HALF_CORNERS / SECOND_HALF_CORNERS — Half-specific corners
Grouped events — markets resolve independently.
FIRST_HALF_CORNERS— corners in the first 45 minutes plus stoppage timeSECOND_HALF_CORNERS— corners in the second 45 minutes plus stoppage time
TOTAL_CORNERS but scoped to the relevant half. propTeam is always null.