Belshina vs Bate Borisov
Final: 1 – 1
Verifiable brief
Identical prompt sent to every AI · SHA-256 verified
hash:
221efdd55ed8be46…
- Sport
- Fri, Jun 12 · 16: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": 841,
"sport": "football",
"venue": "Spartak Stadium",
"league": "Premier League",
"starts_at": "2026-06-12T16:00:00+00:00",
"starts_at_human": "Fri, 12 Jun 2026 16:00:00 GMT"
},
"teams": {
"away": "Bate Borisov",
"home": "Belshina"
},
"version": "v1",
"built_at": "2026-06-12T04:12:59+00:00",
"market_consensus": {
"h2h": [],
"note": "No bookmaker consensus available at build time — predict from public knowledge.",
"extra_markets": {
"h2h": [
{
"point": null,
"price": 2.07,
"outcome": "Away"
},
{
"point": null,
"price": 3.2,
"outcome": "Draw"
},
{
"point": null,
"price": 3.5,
"outcome": "Home"
},
{
"point": null,
"price": 1.44,
"outcome": "Away"
},
{
"point": null,
"price": 2.47,
"outcome": "Home"
},
{
"point": null,
"price": 2.02,
"outcome": "Away"
},
{
"point": null,
"price": 3.3,
"outcome": "Draw"
},
{
"point": null,
"price": 3.5,
"outcome": "Home"
}
],
"btts": [
{
"point": null,
"price": 1.26,
"outcome": "No"
},
{
"point": null,
"price": 3.55,
"outcome": "Yes"
},
{
"point": null,
"price": 1.25,
"outcome": "No"
},
{
"point": null,
"price": 3.56,
"outcome": "Yes"
}
],
"totals": [
{
"point": null,
"price": 3.4,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.27,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.14,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 5,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.57,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.27,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 2.67,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.42,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.06,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 7.2,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.35,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.95,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.07,
"outcome": "Under 4.5"
},
{
"point": null,
"price": 6.9,
"outcome": "Over 4.5"
},
{
"point": null,
"price": 7.9,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.05,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.25,
"outcome": "Under 3.5"
},
{
"point": null,
"price": 3.6,
"outcome": "Over 3.5"
},
{
"point": null,
"price": 1.69,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 2.05,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 3,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 1.34,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.84,
"outcome": "Under 1.25"
},
{
"point": null,
"price": 1.9,
"outcome": "Over 1.25"
},
{
"point": null,
"price": 2.39,
"outcome": "Under 1.0"
},
{
"point": null,
"price": 1.51,
"outcome": "Over 1.0"
},
{
"point": null,
"price": 3,
"outcome": "Under 0.75"
},
{
"point": null,
"price": 1.34,
"outcome": "Over 0.75"
},
{
"point": null,
"price": 3.5,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.24,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.03,
"outcome": "Under 3.5"
},
{
"point": null,
"price": 13,
"outcome": "Over 3.5"
},
{
"point": null,
"price": 1.11,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 5.15,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.14,
"outcome": "Under 2.25"
},
{
"point": null,
"price": 4.58,
"outcome": "Over 2.25"
},
{
"point": null,
"price": 1.2,
"outcome": "Under 2.0"
},
{
"point": null,
"price": 4.05,
"outcome": "Over 2.0"
},
{
"point": null,
"price": 1.39,
"outcome": "Under 1.75"
},
{
"point": null,
"price": 2.76,
"outcome": "Over 1.75"
},
{
"point": null,
"price": 1.59,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.27,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.45,
"outcome": "Under 1.25"
},
{
"point": null,
"price": 2.55,
"outcome": "Over 1.25"
},
{
"point": null,
"price": 1.73,
"outcome": "Under 1.0"
},
{
"point": null,
"price": 2.04,
"outcome": "Over 1.0"
},
{
"point": null,
"price": 2.16,
"outcome": "Under 0.75"
}
],
"spreads": [
{
"point": null,
"price": 17,
"outcome": "Away +2.5"
},
{
"point": null,
"price": 1,
"outcome": "Home +2.5"
},
{
"point": null,
"price": 5.9,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.09,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 1.02,
"outcome": "Away -1.5"
},
{
"point": null,
"price": 10,
"outcome": "Home -1.5"
},
{
"point": null,
"price": 2.37,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.5,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 1.24,
"outcome": "Away -0.5"
},
{
"point": null,
"price": 3.55,
"outcome": "Home -0.5"
},
{
"point": null,
"price": 22,
"outcome": "Away +2.5"
},
{
"point": null,
"price": 7,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.06,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 1.01,
"outcome": "Away -1.5"
},
{
"point": null,
"price": 13,
"outcome": "Home -1.5"
},
{
"point": null,
"price": 2.55,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.44,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 1.2,
"outcome": "Away -0.5"
},
{
"point": null,
"price": 3.85,
"outcome": "Home -0.5"
},
{
"point": null,
"price": 7.8,
"outcome": "Away +2.5"
},
{
"point": null,
"price": 1.05,
"outcome": "Home +2.5"
},
{
"point": null,
"price": 3.7,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.23,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 1.06,
"outcome": "Away -1.5"
},
{
"point": null,
"price": 7.4,
"outcome": "Home -1.5"
},
{
"point": null,
"price": 1.97,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.74,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 1.28,
"outcome": "Away -0.5"
},
{
"point": null,
"price": 3.35,
"outcome": "Home -0.5"
},
{
"point": null,
"price": 6.5,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.05,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 5.05,
"outcome": "Away +1"
},
{
"point": null,
"price": 1.11,
"outcome": "Home +1"
},
{
"point": null,
"price": 3.06,
"outcome": "Away +0.75"
},
{
"point": null,
"price": 1.29,
"outcome": "Home +0.75"
},
{
"point": null,
"price": 1.95,
"outcome": "Away +0.25"
},
{
"point": null,
"price": 1.74,
"outcome": "Home +0.25"
},
{
"point": null,
"price": 1.51,
"outcome": "Away +0"
},
{
"point": null,
"price": 2.35,
"outcome": "Home +0"
},
{
"point": null,
"price": 1.32,
"outcome": "Away -0.25"
},
{
"point": null,
"price": 3.04,
"outcome": "Home -0.25"
},
{
"point": null,
"price": 1.11,
"outcome": "Away -0.75"
},
{
"point": null,
"price": 5.25,
"outcome": "Home -0.75"
},
{
"point": null,
"price": 1.02,
"outcome": "Away -1"
},
{
"point": null,
"price": 8.6,
"outcome": "Home -1"
},
{
"point": null,
"price": 8.7,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.01,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 6.95,
"outcome": "Away +1"
},
{
"point": null,
"price": 1.05,
"outcome": "Home +1"
},
{
"point": null,
"price": 3.62,
"outcome": "Away +0.75"
},
{
"point": null,
"price": 1.21,
"outcome": "Home +0.75"
},
{
"point": null,
"price": 2.14,
"outcome": "Away +0.25"
},
{
"point": null,
"price": 1.62,
"outcome": "Home +0.25"
},
{
"point": null,
"price": 1.52,
"outcome": "Away +0"
},
{
"point": null,
"price": 2.33,
"outcome": "Home +0"
},
{
"point": null,
"price": 1.28,
"outcome": "Away -0.25"
},
{
"point": null,
"price": 3.26,
"outcome": "Home -0.25"
},
{
"point": null,
"price": 1.08,
"outcome": "Away -0.75"
},
{
"point": null,
"price": 6.1,
"outcome": "Home -0.75"
},
{
"point": null,
"price": 1.01,
"outcome": "Away -1"
},
{
"point": null,
"price": 10,
"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 · 4 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.
|
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
|
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.
|
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.
|
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).
|
|
|---|---|---|---|---|---|---|---|
|
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 |
78%
Bate Borisov
V
|
62%
Under
W
|
70%
Away -0.75
V
|
56%
Yes
~3.40
W
|
45%
Away/Away
V
|
68%
Away -1
~1.06
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
78%
Bate Borisov BATE Borisov dominate this fixture historically, winning 4 of last 5 meetings with only 1 draw. Belshina's severe home form struggles and in...
🔍 researched
3 sources cited
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
62%
Under BATE's last 3 away matches all produced Under 2.5 goals, establishing a clear low-scoring pattern. Belshina's inability to score in recent h...
🔍 researched
3 sources cited
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
70%
Away -0.75 Asian handicap -0.75 for Away balances the dominant historical record with away-game variability. BATE's superior form and Belshina's home w...
🔍 researched
3 sources cited
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.
56%
Yes Forebet's prediction of 1-1 directly supports both teams scoring. Despite Belshina's recent blanks at home, BATE's discipline suggests they...
Odds: 3.40
🔍 researched
3 sources cited
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%
Away/Away Given BATE's strength and early dominance expected, an Away victory at both HT and FT is most likely. However, low total goals expected (Und...
🔍 researched
3 sources cited
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).
68%
Away -1 BATE's historical dominance and recent form superiority makes a 1-goal away win the most probable outcome. Belshina's home struggles and ina...
Odds: 1.06
🔍 researched
3 sources cited
|
|||||||
|
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.
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.
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.
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.
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. |
|||||||
|
GPT-4o Mini Openai · 34-47 -25.2u |
95%
Bate Borisov
V
|
65%
Over 2.5
~8.00
L
|
85%
Away -1.5
V
|
55%
Yes
~3.50
W
|
80%
Away/Away
V
|
85%
Away -1.5
~1.01
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
95%
Bate Borisov BATE Borisov has a dominant record against Belshina Bobruisk, winning 26 out of 29 encounters, with 3 draws. ([aiscore.com](https://www.aisc...
🔍 researched
4 sources cited
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
65%
Over 2.5 In their last 19 meetings, 63% of matches had over 2.5 goals, indicating a tendency for higher-scoring games. ([footystats.org](https://foot...
Odds: 8.00
🔍 researched
4 sources cited
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
85%
Away -1.5 BATE Borisov's strong historical performance suggests they are likely to win by at least one and a half goals. ([aiscore.com](https://www.ai...
🔍 researched
4 sources cited
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.
55%
Yes In 37% of their previous 19 encounters, both teams scored, suggesting a moderate likelihood of both teams scoring. ([footystats.org](https:/...
Odds: 3.50
🔍 researched
4 sources cited
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.
80%
Away/Away BATE Borisov's strong historical performance suggests they are likely to lead at both halftime and fulltime. ([aiscore.com](https://www.aisc...
🔍 researched
4 sources cited
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).
85%
Away -1.5 BATE Borisov's strong historical performance suggests they are likely to win by at least two goals. ([aiscore.com](https://www.aiscore.com/h...
Odds: 1.01
🔍 researched
4 sources cited
|
|||||||
|
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 |
52%
Bate Borisov
V
|
68%
Under 2.5
~1.69
W
|
55%
Away -0.75
V
|
71%
No
~1.26
L
|
41%
Away/Away
V
|
49%
Away -1
~1.06
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
52%
Bate Borisov Bate Borisov historically dominate Belshina in the Belarusian Premier League with superior squad depth and results. Training data through 20...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
68%
Under 2.5 Belshina low-scoring style and Bate controlled possession games produce few goals in head-to-heads. Training data shows average 2.1 goals pe...
Odds: 1.69
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
55%
Away -0.75 Bate favored by roughly one goal on Asian lines reflecting true strength difference. Home side +0.75 and +0.5 lines priced as underdogs in b...
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 Belshina rarely score against top sides and Bate defense is organized on the road. Historical meetings end 1-0 or 2-0 far more often than bo...
Odds: 1.26
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.
41%
Away/Away Bate typically take control early against weaker opponents and rarely concede leads. Training data indicates Away/Away occurs in ~40% of sim...
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).
49%
Away -1 Bate expected to win by multiple goals given quality gap. Spreads data in brief shows heavy pricing on away covering -1.5 and -0.75 lines. T...
Odds: 1.06
|
|||||||
|
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 |
— | — | — | — | — | — | |
|
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.
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.
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.
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.
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. |
|||||||
|
Gemini 2.5 Flash-Lite Google · 65-141 -96.1u |
— | — | — | — | — | — | |
|
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.
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.
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.
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.
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. |
|||||||
|
DeepSeek V3 Deepseek · 136-147 -106.2u |
60%
Bate Borisov
V
|
65%
Under 2.5
~1.69
W
|
55%
Away -0.75
V
|
60%
No
~1.26
L
|
50%
Away/Away
V
|
55%
Away -1
~1.06
V
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
60%
Bate Borisov Bate Borisov historically dominates Belarusian football with superior squad depth and recent form. Belshina often struggles against top-tier...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
65%
Under 2.5 Both teams have low-scoring tendencies in recent meetings, with under 2.5 goals in 3 of last 5 head-to-head encounters. Belshina's defensive...
Odds: 1.69
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
55%
Away -0.75 With Bate favored to win and likely to cover a -0.75 line if they win by two goals, this offers value. Belshina's resilience at home might l...
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.
60%
No Bate's defense is solid, conceding few goals against lower-ranked teams like Belshina. Belshina struggles to score against top half opponent...
Odds: 1.26
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.
50%
Away/Away Bate are likely to lead by halftime given their early scoring tendency and Belshina's slow starts. The most probable full-time result is an...
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%
Away -1 Bate's quality advantage suggests they can win by at least one goal, though narrow margins are possible. Belshina may keep it close, but Bat...
Odds: 1.06
|
|||||||
|
Consensus |
Bate Borisov 4/4 |
Under 2.5 2/4 |
Away -0.75 3/4 |
No 2/4 |
Away/Away 4/4 |
Away -1 3/4 |
|
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
7 books · sharp books pinned · best price highlighted
| Book | Belshina | Draw | Bate Borisov |
|---|---|---|---|
| Pinnacle ↗ | — | 3.25 | — |
| 1xbet ↗ | — | 3.24 | — |
| Dafabet | — | 3.20 | — |
| Marathonbet | — | 3.24 | — |
| Sbo | — | 2.96 | — |
| Superbet | — | 3.30 | — |
| William-hill | — | 3.00 | — |
| Book | Line | Over | Under |
|---|---|---|---|
| Pinnacle ↗ | — | — | — |
| 1xbet ↗ | — | — | — |
| Marathonbet | — | — | — |
| Sbo | — | — | — |
| Superbet | — | — | — |
| William-hill | — | — | — |
| Book | Belshina | Bate Borisov |
|---|---|---|
| Pinnacle ↗ | — | — |
| 1xbet ↗ | — | — |
| Marathonbet | — | — |
| Sbo | — | — |
| Superbet | — | — |
Line movement (h2h)
Each line = one bookmaker · sharp books pinned first
Belshina Bate Borisov
Research trail
What each AI looked up before picking
-
6 tool calls · 4 sources
4 citations captured — unlock with Pro
-
24 tool calls · 3 sources
3 citations captured — unlock with Pro
-
0 tool calls · 0 sources
No live web access — picked from training-data knowledge.
-
0 tool calls · 0 sources
No live web access — picked from training-data knowledge.
Get the AI consensus before kickoff
Free. Pre-match alert per AI + see your picks graded as results land.