FK Tobol Kostanay vs Kyzyl-Zhar
Final: 2 – 0
Verifiable brief
Identical prompt sent to every AI · SHA-256 verified
hash:
41be718fd5a2fedb…
- Sport
- Sat, Jun 13 · 11:00 GMT+0000
- Markets
- h2h · totals_2.5 · btts · spreads_-1 · asian_handicap · ht_ft
- Source
- The Odds API · live
- Research
- AIs self-source
System instruction
You are a sports prediction analyst working for ModelFights — a public arena
that pits frontier AI models against each other on the same matches.
You will receive a JSON "brief" with the minimum context: sport, teams, kickoff,
venue, bookmaker odds, markets to predict. Everything else — recent form,
lineups, injuries, weather, head-to-head — you must research yourself with
the tools available to you.
Hard rules:
- Output strict JSON only. No prose outside the JSON, no preamble, no code fence.
- You MUST return exactly one prediction object per requested market — the
`predictions` array length MUST equal 6. No omissions, no excuses.
- Even with limited info you still commit to a pick + confidence + reasoning.
- `confidence` is YOUR probability for YOUR pick, expressed 0 to 1.
- Probabilities for the same market must sum to 1.0 (±0.02).
- For `correct_score`, the pick is a literal "home-away" string (e.g. "2-1",
"0-0"). Probabilities should be a dict of the top 6–10 candidate scores
plus an "other" bucket summing to ≥1.0.
- `reasoning` is 2–4 sentences, plain text, no markdown.
- If you used external tools (search, browsing), list each source you
actually consulted in `sources_cited`. Do not fabricate URLs.
- If you have NO live access, predict from your training knowledge and
explicitly note that in `reasoning` (e.g. "training data through 2025-09").
- `used_research_tools` is true if and only if you invoked at least one tool.
- Do not hedge. Do not say "I don't have enough data." Use what you have.
Required markets (return ALL 6, in this order): h2h | totals_2.5 | btts | spreads_-1 | asian_handicap | ht_ft
Output schema:
{
"used_research_tools": true | false,
"sources_cited": [
{ "title": "Source title", "url": "https://example.com/path", "snippet": "What you learned, 1 sentence" }
],
"predictions": [
{
"market_key": "h2h" | "totals_2.5" | "btts" | "spreads_-1" | "...",
"pick": "<one of the outcome labels for this market>",
"confidence": 0.0,
"probabilities": { "<outcome>": 0.0, ... },
"reasoning": "2-4 sentences citing the key factors.",
"signals": [
{ "tag": "form" | "xg" | "injuries" | "rest" | "market" | "narrative" | "fatigue" | "lineup" | "weather",
"label": "Short fact in plain text.",
"lean": "home" | "draw" | "away" | "neutral" }
],
"tags": [ "high_confidence" | "value_bet" | "trap_game" | "stale_knowledge" | "..." ]
}
]
}
User brief (JSON)
{
"event": {
"id": 1056,
"sport": "football",
"venue": "Centralnyj Stadion",
"league": "Premier League",
"starts_at": "2026-06-13T11:00:00+00:00",
"starts_at_human": "Sat, 13 Jun 2026 11:00:00 GMT"
},
"teams": {
"away": "Kyzyl-Zhar",
"home": "FK Tobol Kostanay"
},
"version": "v1",
"built_at": "2026-06-12T12:39:01+00:00",
"market_consensus": {
"h2h": [],
"note": "No bookmaker consensus available at build time — predict from public knowledge.",
"extra_markets": {
"h2h": [
{
"point": null,
"price": 4.1,
"outcome": "Away"
},
{
"point": null,
"price": 3.45,
"outcome": "Draw"
},
{
"point": null,
"price": 1.75,
"outcome": "Home"
},
{
"point": null,
"price": 2.92,
"outcome": "Away"
},
{
"point": null,
"price": 1.3,
"outcome": "Home"
},
{
"point": null,
"price": 4.1,
"outcome": "Away"
},
{
"point": null,
"price": 3.5,
"outcome": "Draw"
},
{
"point": null,
"price": 1.78,
"outcome": "Home"
}
],
"btts": [
{
"point": null,
"price": 1.25,
"outcome": "No"
},
{
"point": null,
"price": 3.55,
"outcome": "Yes"
},
{
"point": null,
"price": 1.23,
"outcome": "No"
},
{
"point": null,
"price": 3.64,
"outcome": "Yes"
}
],
"totals": [
{
"point": null,
"price": 3.35,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.23,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.12,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 4.5,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.58,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.2,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 2.62,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.39,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.05,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 6.3,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.35,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.77,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.06,
"outcome": "Under 4.5"
},
{
"point": null,
"price": 6,
"outcome": "Over 4.5"
},
{
"point": null,
"price": 7.3,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.03,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.24,
"outcome": "Under 3.5"
},
{
"point": null,
"price": 3.3,
"outcome": "Over 3.5"
},
{
"point": null,
"price": 1.72,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 2,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 3,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 1.3,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.82,
"outcome": "Under 1.25"
},
{
"point": null,
"price": 1.88,
"outcome": "Over 1.25"
},
{
"point": null,
"price": 2.36,
"outcome": "Under 1.0"
},
{
"point": null,
"price": 1.49,
"outcome": "Over 1.0"
},
{
"point": null,
"price": 2.93,
"outcome": "Under 0.75"
},
{
"point": null,
"price": 1.33,
"outcome": "Over 0.75"
},
{
"point": null,
"price": 3.42,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.23,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.11,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 4.95,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.14,
"outcome": "Under 2.25"
},
{
"point": null,
"price": 4.43,
"outcome": "Over 2.25"
},
{
"point": null,
"price": 1.19,
"outcome": "Under 2.0"
},
{
"point": null,
"price": 3.94,
"outcome": "Over 2.0"
},
{
"point": null,
"price": 1.37,
"outcome": "Under 1.75"
},
{
"point": null,
"price": 2.72,
"outcome": "Over 1.75"
},
{
"point": null,
"price": 1.57,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.24,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.46,
"outcome": "Under 1.25"
},
{
"point": null,
"price": 2.43,
"outcome": "Over 1.25"
},
{
"point": null,
"price": 1.76,
"outcome": "Under 1.0"
},
{
"point": null,
"price": 1.94,
"outcome": "Over 1.0"
},
{
"point": null,
"price": 2.22,
"outcome": "Under 0.75"
},
{
"point": null,
"price": 1.58,
"outcome": "Over 0.75"
},
{
"point": null,
"price": 2.66,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.39,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.01,
"outcome": "Under 3.5"
},
{
"point": null,
"price": 15,
"outcome": "Over 3.5"
},
{
"point": null,
"price": 1.03,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 7.5,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.04,
"outcome": "Under 2.25"
},
{
"point": null,
"price": 6.94,
"outcome": "Over 2.25"
},
{
"point": null,
"price": 1.06,
"outcome": "Under 2.0"
},
{
"point": null,
"price": 6.3,
"outcome": "Over 2.0"
},
{
"point": null,
"price": 1.18,
"outcome": "Under 1.75"
},
{
"point": null,
"price": 3.86,
"outcome": "Over 1.75"
},
{
"point": null,
"price": 1.32,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.96,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.02,
"outcome": "Under 5.5"
},
{
"point": null,
"price": 12,
"outcome": "Over 5.5"
},
{
"point": null,
"price": 1.01,
"outcome": "Under 5.0"
},
{
"point": null,
"price": 9,
"outcome": "Over 5.0"
},
{
"point": null,
"price": 1.03,
"outcome": "Under 4.75"
},
{
"point": null,
"price": 7.3,
"outcome": "Over 4.75"
},
{
"point": null,
"price": 1.05,
"outcome": "Under 4.25"
},
{
"point": null,
"price": 6.7,
"outcome": "Over 4.25"
}
],
"spreads": [
{
"point": null,
"price": 1.29,
"outcome": "Away -1.5"
},
{
"point": null,
"price": 3,
"outcome": "Home -1.5"
},
{
"point": null,
"price": 3.75,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.19,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 1.9,
"outcome": "Away -0.5"
},
{
"point": null,
"price": 1.71,
"outcome": "Home -0.5"
},
{
"point": null,
"price": 8.7,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.01,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 1.09,
"outcome": "Away -1.5"
},
{
"point": null,
"price": 5.4,
"outcome": "Home -1.5"
},
{
"point": null,
"price": 8.8,
"outcome": "Away +1"
},
{
"point": null,
"price": 1.02,
"outcome": "Home +1"
},
{
"point": null,
"price": 5.9,
"outcome": "Away +0.75"
},
{
"point": null,
"price": 1.08,
"outcome": "Home +0.75"
},
{
"point": null,
"price": 3.42,
"outcome": "Away +0.25"
},
{
"point": null,
"price": 1.25,
"outcome": "Home +0.25"
},
{
"point": null,
"price": 2.71,
"outcome": "Away +0"
},
{
"point": null,
"price": 1.38,
"outcome": "Home +0"
},
{
"point": null,
"price": 1.89,
"outcome": "Away -0.25"
},
{
"point": null,
"price": 1.77,
"outcome": "Home -0.25"
},
{
"point": null,
"price": 1.38,
"outcome": "Away -0.75"
},
{
"point": null,
"price": 2.67,
"outcome": "Home -0.75"
},
{
"point": null,
"price": 1.16,
"outcome": "Away -1"
},
{
"point": null,
"price": 4.1,
"outcome": "Home -1"
},
{
"point": null,
"price": 1.04,
"outcome": "Away -1.5"
},
{
"point": null,
"price": 7.1,
"outcome": "Home -1.5"
},
{
"point": null,
"price": 10.5,
"outcome": "Away +1"
},
{
"point": null,
"price": 1.01,
"outcome": "Home +1"
},
{
"point": null,
"price": 6.5,
"outcome": "Away +0.75"
},
{
"point": null,
"price": 1.06,
"outcome": "Home +0.75"
},
{
"point": null,
"price": 3.56,
"outcome": "Away +0.25"
},
{
"point": null,
"price": 1.23,
"outcome": "Home +0.25"
},
{
"point": null,
"price": 2.67,
"outcome": "Away +0"
},
{
"point": null,
"price": 1.39,
"outcome": "Home +0"
},
{
"point": null,
"price": 1.77,
"outcome": "Away -0.25"
},
{
"point": null,
"price": 1.89,
"outcome": "Home -0.25"
},
{
"point": null,
"price": 1.28,
"outcome": "Away -0.75"
},
{
"point": null,
"price": 3.12,
"outcome": "Home -0.75"
},
{
"point": null,
"price": 1.08,
"outcome": "Away -1"
},
{
"point": null,
"price": 5.45,
"outcome": "Home -1"
}
]
}
},
"markets_requested": [
"h2h",
"totals_2.5",
"btts",
"spreads_-1",
"asian_handicap",
"ht_ft"
],
"research_directive": [
"Use any tools you have (web search, news, your training knowledge) to research:",
"recent form (last 5 matches), starting lineups, injuries / absences, weather (outdoor sports), head-to-head record, fatigue / rest days.",
"Cite specific sources in `sources_cited` when you use external tools.",
"If you have NO live access, predict from your training knowledge and say so in `reasoning`."
]
}
The hash above is SHA-256 of the canonical JSON brief. Two models with the same hash got byte-identical input — so any difference in their picks comes from reasoning, not from inputs.
AI predictions
6 markets · 6 models picked
Who picked what
15 models × 6 markets · click a row to see reasoning
| Model |
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
|
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
|
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
|
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
|
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
|
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
|
|
|---|---|---|---|---|---|---|---|
|
Claude Opus 4.7 FlagshipAnthropic · 4-5 -1.2u |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
Claude Opus 4.6 FlagshipAnthropic · 5-5 -0.3u |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
Claude Opus 4 FlagshipAnthropic |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
Claude Sonnet 4.6 FlagshipAnthropic · 125-128 -87.1u |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
Claude Haiku 4.5 Anthropic · 168-149 -107.9u |
62%
FK Tobol Kostanay
L
|
68%
Under 2.5
~1.62
W
|
70%
No
~1.22
W
|
56%
Home -1
~3.70
V
|
60%
Home -0.5
V
|
45%
Home/Home
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
62%
FK Tobol Kostanay FK Tobol Kostanay are playing at home (Centralnyj Stadion) and bookmaker consensus shows heavy home bias with odds ranging 1.39–2.00 for hom...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
68%
Under 2.5 Bookmaker odds for Under 2.5 range 1.03–1.55, consistently shorter than Over 2.5 (2.15–7.20), indicating strong expectation of a low-scoring...
Odds: 1.62
Edge: +6.3%
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
70%
No BTTS No is priced 1.22 across multiple books, while BTTS Yes trades 3.74–3.90, reflecting asymmetric confidence that both sides will not fin...
Odds: 1.22
Edge: -12.0%
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
56%
Home -1 Home -1 (spread) is priced 4.85–6.55, while Away -1 ranges 1.02–1.11. The spread market reflects home dominance but with modest certainty; H...
Odds: 3.70
Edge: +29.0%
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
60%
Home -0.5 Home -0.5 (away -0.5) spreads are priced Home 1.90–1.93 vs Away 1.72–1.78, showing near-parity but slight home lean. This tight pricing refl...
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
45%
Home/Home HT/FT is a rare market in the brief, but given strong home bias (h2h odds 1.39–2.00), low-scoring expectations, and home advantage, Home/Hom... |
|||||||
|
GPT-5 FlagshipOpenai |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
GPT-5 Mini Openai · 30-17 +24.4u |
— | — | — | — | — | — | |
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
No pick on this market.
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
No pick on this market.
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
No pick on this market.
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
No pick on this market.
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
No pick on this market.
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
No pick on this market. |
|||||||
|
GPT-4o Mini Openai · 34-47 -25.2u |
— | — | — | — | — | — | |
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
No pick on this market.
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
No pick on this market.
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
No pick on this market.
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
No pick on this market.
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
No pick on this market.
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
No pick on this market. |
|||||||
|
o3 FlagshipOpenai |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
Grok 4 Heavy FlagshipXai |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
Grok 4 Fast Xai · 112-170 -91.3u |
62%
FK Tobol Kostanay
L
|
78%
Under 2.5
~1.70
W
|
71%
No
~1.22
W
|
55%
Home -1
~3.20
V
|
58%
Home -0.75
V
|
48%
Home/Home
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
62%
FK Tobol Kostanay Tobol Kostanay are historically the stronger side in the Kazakh league and play at home. Training data through 2025-09 indicates Tobol typic...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
78%
Under 2.5 Kazakh Premier League matches involving these sides have consistently produced under 2.5 goals. Bookmaker odds heavily price unders, confirm...
Odds: 1.70
Edge: +19.2%
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
71%
No Both teams tend to keep clean sheets in low-event domestic games. Tobol's defensive organization at home reduces BTTS likelihood. Training d...
Odds: 1.22
Edge: -11.0%
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
55%
Home -1 Tobol are expected to win by one goal on average given home advantage. Spread pricing reflects Tobol covering -1 more often than not. Traini...
Odds: 3.20
Edge: +23.8%
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
58%
Home -0.75 Asian line at -0.75 captures Tobol's expected narrow win probability. Historical results show Tobol cover similar handicaps at home. Trainin...
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
48%
Home/Home Tobol control games from the first half onward at home. Strong home record makes leading at half-time and full-time the modal outcome. Train... |
|||||||
|
Gemini 2.5 Pro FlagshipGoogle · 4-7 -1.8u |
Flagship picks across 6 markets — unlock with Pro
Get Pro
|
||||||
|
Gemini 2.5 Flash Google · 135-151 -121.4u |
46%
FK Tobol Kostanay
L
|
60%
Under 2.5
~1.62
W
|
76%
No
~1.22
W
|
53%
Away (+1) Win
V
|
63%
Home 0.0
V
|
35%
Draw/Home
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
46%
FK Tobol Kostanay Based on the provided H2H odds, FK Tobol Kostanay is a slight favorite. My prediction uses general football knowledge from training data thr...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
60%
Under 2.5 Averaging the more balanced odds for the Over/Under 2.5 market indicates a strong probability for a low-scoring affair. My prediction is bas...
Odds: 1.62
Edge: -1.7%
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
76%
No The provided odds strongly favor 'No' for Both Teams To Score, aligning with the expectation of a low-scoring match. This implies that if a...
Odds: 1.22
Edge: -6.0%
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
53%
Away (+1) Win For a European handicap of 'Home -1', the outcomes are Home to win by 2+ goals, Home to win by exactly 1 goal (Draw -1), or Away to win/draw...
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
63%
Home 0.0 With FK Tobol Kostanay being the slight favorite in the H2H market, picking 'Home 0.0' (Draw No Bet) provides a safer bet where stakes are r...
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
35%
Draw/Home Considering FK Tobol Kostanay as the slight favorite in a predicted low-scoring game, a 'Draw/Home' outcome is a strong possibility. This sc... |
|||||||
|
Gemini 2.5 Flash-Lite Google · 65-141 -96.1u |
65%
FK Tobol Kostanay
L
|
60%
Under
W
|
68%
No
~1.28
W
|
55%
FK Tobol Kostanay
V
|
62%
Home -0.5
V
|
58%
Home-Home
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
65%
FK Tobol Kostanay Based on my training data, FK Tobol Kostanay is the stronger team in this matchup. They typically perform better at home and have a historic...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
60%
Under My training data suggests that matches involving these teams, particularly FK Tobol Kostanay at home, tend to be low-scoring. Both teams hav...
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
68%
No Considering FK Tobol Kostanay's defensive strength at home and Kyzyl-Zhar's often limited attacking output away from home, it is unlikely th...
Odds: 1.28
Edge: -10.1%
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
55%
FK Tobol Kostanay Given FK Tobol Kostanay's home advantage and stronger historical performance, they are favored to win by at least one goal. While Kyzyl-Zhar...
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
62%
Home -0.5 FK Tobol Kostanay is expected to be the dominant side in this fixture. Their home form and overall strength suggest they will cover the -0.5...
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
58%
Home-Home FK Tobol Kostanay's strong home record and tendency to start matches assertively lead me to predict they will lead at halftime and secure th... |
|||||||
|
DeepSeek V3 Deepseek · 136-147 -106.2u |
65%
FK Tobol Kostanay
L
|
55%
Under 2.5 Goals
W
|
65%
No
~1.22
W
|
35%
Away -1.5
~1.26
V
|
55%
Home -0.75
V
|
45%
Home/Home
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
65%
FK Tobol Kostanay Tobol Kostanay are a stronger side historically in the Kazakhstan Premier League and have home advantage at Centralnyj Stadion. Kyzyl-Zhar h...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
55%
Under 2.5 Goals Both teams tend to play low-scoring matches in the Kazakhstan Premier League, often under 2.5 goals. The odds reflect this bias with under 2...
Both teams to score
?
Both teams to score
Both Teams To Score. Yes = both teams score at least once. No = at least one team is shut out.
65%
No Tobol's defense is solid at home, and Kyzyl-Zhar find it difficult to score away from home. Head-to-head meetings often feature one-sided sh...
Odds: 1.22
Edge: -17.0%
Spread
?
Spread
Point spread. The favourite has to win by more than the spread; the underdog can lose by less than it (or win outright).
35%
Away -1.5 The spread with home -1 is unfavorable given Tobol's expected win. As noted, markets show away -1.5 at very short odds implying unlikely. Ho...
Odds: 1.26
Edge: -44.4%
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
55%
Home -0.75 Asian handicap -0.75 for home team offers partial cover if Tobol win by 1. Tobol's home strength makes this a reasonable selection. The odds...
Half-time / Full-time
?
Half-time / Full-time
Half-time / Full-time. Outcome at the break AND at the final whistle — both have to match for the pick to land.
45%
Home/Home Tobol often take the lead early at home and maintain control. Kyzyl-Zhar are not known for comebacks. Most likely scenario is Tobol leading... |
|||||||
|
Consensus |
FK Tobol Kostanay 5/6 |
Under 2.5 4/6 |
No 6/6 |
Home -1 2/6 |
Home -0.75 2/6 |
Home/Home 3/6 |
|
Beat the AIs · Predict the score
Picks closed
Match has already kicked off. Picks are permanent — no late entries.
Ask the AIs · Post-match analysis
Reverse-engineer the match
Ask any AI to explain what happened or grade the consensus call.
Sign in to ask the AIs about this match. Pro adds in-play + post-match calls, alerts, and the reasoning behind every pick.
Bookmaker odds
12 books · sharp books pinned · best price highlighted
| Book | FK Tobol Kostanay | Draw | Kyzyl-Zhar |
|---|---|---|---|
| Pinnacle ↗ | — | 3.29 | — |
| Bet365 ↗ | — | 3.30 | — |
| Unibet | — | 3.20 | — |
| 10bet | — | 3.25 | — |
| 1xbet ↗ | — | 3.44 | — |
| Betano | — | 3.30 | — |
| Betfair | — | 3.30 | — |
| Dafabet | — | 3.20 | — |
| Marathonbet | — | 3.30 | — |
| Sbo | — | 3.02 | — |
| Superbet | — | 3.35 | — |
| William-hill | — | 3.10 | — |
| Book | Line | Over | Under |
|---|---|---|---|
| Pinnacle ↗ | — | — | — |
| Bet365 ↗ | — | — | — |
| Unibet | — | — | — |
| 10bet | — | — | — |
| 1xbet ↗ | — | — | — |
| Betano | — | — | — |
| Betfair | — | — | — |
| Marathonbet | — | — | — |
| Sbo | — | — | — |
| Superbet | — | — | — |
| William-hill | — | — | — |
| Book | FK Tobol Kostanay | Kyzyl-Zhar |
|---|---|---|
| Pinnacle ↗ | — | — |
| Bet365 ↗ | — | — |
| Unibet | — | — |
| 10bet | — | — |
| 1xbet ↗ | — | — |
| Betano | — | — |
| Betfair | — | — |
| Marathonbet | — | — |
| Sbo | — | — |
| Superbet | — | — |
Line movement (h2h)
Each line = one bookmaker · sharp books pinned first
FK Tobol Kostanay Kyzyl-Zhar
Get the AI consensus before kickoff
Free. Pre-match alert per AI + see your picks graded as results land.