Al Nasar vs Kazma
Final: 1 – 2
Verifiable brief
Identical prompt sent to every AI · SHA-256 verified
hash:
52e268585715ebdb…
- Sport
- Fri, Jun 12 · 17:45 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": 873,
"sport": "football",
"venue": "Ali Al-Salem Al-Sabah Stadium",
"league": "Premier League",
"starts_at": "2026-06-12T17:45:00+00:00",
"starts_at_human": "Fri, 12 Jun 2026 17:45:00 GMT"
},
"teams": {
"away": "Kazma",
"home": "Al Nasar"
},
"version": "v1",
"built_at": "2026-06-11T15:57:47+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.45,
"outcome": "Draw"
},
{
"point": null,
"price": 3.25,
"outcome": "Home"
},
{
"point": null,
"price": 1.51,
"outcome": "Away"
},
{
"point": null,
"price": 2.32,
"outcome": "Home"
},
{
"point": null,
"price": 2.07,
"outcome": "Away"
},
{
"point": null,
"price": 3.45,
"outcome": "Draw"
},
{
"point": null,
"price": 3.2,
"outcome": "Home"
},
{
"point": null,
"price": 1.53,
"outcome": "Away"
},
{
"point": null,
"price": 2.32,
"outcome": "Home"
},
{
"point": null,
"price": 2.1,
"outcome": "Away"
},
{
"point": null,
"price": 3.4,
"outcome": "Draw"
},
{
"point": null,
"price": 3.2,
"outcome": "Home"
}
],
"btts": [
{
"point": null,
"price": 1.33,
"outcome": "No"
},
{
"point": null,
"price": 3.05,
"outcome": "Yes"
}
],
"totals": [
{
"point": null,
"price": 3.9,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.21,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.2,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 4.1,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.72,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 2.95,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.35,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.09,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 6,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.44,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.6,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.12,
"outcome": "Under 4.5"
},
{
"point": null,
"price": 5.35,
"outcome": "Over 4.5"
},
{
"point": null,
"price": 9.7,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.03,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.36,
"outcome": "Under 3.5"
},
{
"point": null,
"price": 2.9,
"outcome": "Over 3.5"
},
{
"point": null,
"price": 1.92,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 1.78,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 3.65,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 1.24,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 3.9,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.22,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.23,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 3.75,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.75,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 1.95,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.6,
"outcome": "Under 1.25"
},
{
"point": null,
"price": 2.27,
"outcome": "Over 1.25"
},
{
"point": null,
"price": 1.91,
"outcome": "Under 1.0"
},
{
"point": null,
"price": 1.82,
"outcome": "Over 1.0"
},
{
"point": null,
"price": 2.4,
"outcome": "Under 0.75"
},
{
"point": null,
"price": 1.53,
"outcome": "Over 0.75"
},
{
"point": null,
"price": 2.82,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.4,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.02,
"outcome": "Under 3.5"
},
{
"point": null,
"price": 9.75,
"outcome": "Over 3.5"
},
{
"point": null,
"price": 1.1,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 5.7,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 1.44,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 2.67,
"outcome": "Over 1.5"
},
{
"point": null,
"price": 1.02,
"outcome": "Under 6.5"
},
{
"point": null,
"price": 10.5,
"outcome": "Over 6.5"
},
{
"point": null,
"price": 1.05,
"outcome": "Under 5.5"
},
{
"point": null,
"price": 7.9,
"outcome": "Over 5.5"
},
{
"point": null,
"price": 1.44,
"outcome": "Under 3.25"
},
{
"point": null,
"price": 2.65,
"outcome": "Over 3.25"
},
{
"point": null,
"price": 1.14,
"outcome": "Under 4.5"
},
{
"point": null,
"price": 4.9,
"outcome": "Over 4.5"
},
{
"point": null,
"price": 1.55,
"outcome": "Under 3.0"
},
{
"point": null,
"price": 2.37,
"outcome": "Over 3.0"
},
{
"point": null,
"price": 7.7,
"outcome": "Under 0.5"
},
{
"point": null,
"price": 1.05,
"outcome": "Over 0.5"
},
{
"point": null,
"price": 1.37,
"outcome": "Under 3.5"
},
{
"point": null,
"price": 2.87,
"outcome": "Over 3.5"
},
{
"point": null,
"price": 1.75,
"outcome": "Under 2.75"
},
{
"point": null,
"price": 2.02,
"outcome": "Over 2.75"
},
{
"point": null,
"price": 1.93,
"outcome": "Under 2.5"
},
{
"point": null,
"price": 1.8,
"outcome": "Over 2.5"
},
{
"point": null,
"price": 2.25,
"outcome": "Under 2.25"
},
{
"point": null,
"price": 1.6,
"outcome": "Over 2.25"
},
{
"point": null,
"price": 3.45,
"outcome": "Under 1.5"
},
{
"point": null,
"price": 1.27,
"outcome": "Over 1.5"
}
],
"spreads": [
{
"point": null,
"price": 5.7,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.09,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 2.37,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.49,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 1.28,
"outcome": "Away -0.5"
},
{
"point": null,
"price": 3.25,
"outcome": "Home -0.5"
},
{
"point": null,
"price": 6.8,
"outcome": "Away +1.5"
},
{
"point": null,
"price": 1.06,
"outcome": "Home +1.5"
},
{
"point": null,
"price": 2.55,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.43,
"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": 7.5,
"outcome": "Away +2.5"
},
{
"point": null,
"price": 1.06,
"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.08,
"outcome": "Away -1.5"
},
{
"point": null,
"price": 6.3,
"outcome": "Home -1.5"
},
{
"point": null,
"price": 2.02,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.7,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 1.32,
"outcome": "Away -0.5"
},
{
"point": null,
"price": 3.1,
"outcome": "Home -0.5"
},
{
"point": null,
"price": 3.45,
"outcome": "Away +0.75"
},
{
"point": null,
"price": 1.28,
"outcome": "Home +0.75"
},
{
"point": null,
"price": 2.67,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.44,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 2.15,
"outcome": "Away +0.25"
},
{
"point": null,
"price": 1.65,
"outcome": "Home +0.25"
},
{
"point": null,
"price": 1.37,
"outcome": "Away -0.25"
},
{
"point": null,
"price": 2.95,
"outcome": "Home -0.25"
},
{
"point": null,
"price": 2.4,
"outcome": "Away +0.75"
},
{
"point": null,
"price": 1.53,
"outcome": "Home +0.75"
},
{
"point": null,
"price": 2.05,
"outcome": "Away +0.5"
},
{
"point": null,
"price": 1.72,
"outcome": "Home +0.5"
},
{
"point": null,
"price": 1.8,
"outcome": "Away +0.25"
},
{
"point": null,
"price": 1.93,
"outcome": "Home +0.25"
},
{
"point": null,
"price": 1.42,
"outcome": "Away -0.25"
},
{
"point": null,
"price": 2.72,
"outcome": "Home -0.25"
},
{
"point": null,
"price": 4.95,
"outcome": "Away +1"
},
{
"point": null,
"price": 1.11,
"outcome": "Home +1"
},
{
"point": null,
"price": 1.99,
"outcome": "Away +0.25"
}
]
}
},
"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.
|
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).
|
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.
|
|
|---|---|---|---|---|---|---|---|
|
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 |
— | — | — | — | — | — | |
|
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.
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.
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. |
|||||||
|
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.
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.
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. |
|||||||
|
GPT-4o Mini Openai · 34-47 -25.2u |
60%
Kazma
L
|
70%
Under 2.5
~1.85
L
|
60%
Away -0.5
V
|
60%
Away/Away
V
|
60%
Away -0.5
~1.28
V
|
60%
No
~1.29
L
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
60%
Kazma Kazma has a strong historical advantage over Al Nasar, with 32 wins compared to Al Nasar's 15 in 65 encounters. Recent form also favors Kazm...
🔍 researched
4 sources cited
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
70%
Under 2.5 In their last 10 encounters, 10 out of 16 matches between Al Nasar and Kazma have had over 1.5 goals, and 5 out of 16 matches have had over...
Odds: 1.85
🔍 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.
60%
Away -0.5 Considering Kazma's superior recent form and historical advantage over Al Nasar, the away -0.5 handicap is a reasonable bet, indicating that...
🔍 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.
60%
Away/Away Given Kazma's strong historical record and recent form, it's likely they will take the lead early and maintain it throughout the match, resu...
🔍 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).
60%
Away -0.5 Kazma's recent form, with 3 wins, 1 draw, and 2 losses in their last 6 matches, suggests they are in better shape than Al Nasar, who has 4 w...
Odds: 1.28
🔍 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.
60%
No In their last 10 encounters, 9 out of 16 matches have had both teams scoring, indicating a 56% chance of both teams scoring. However, consid...
Odds: 1.29
🔍 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 |
42%
Kazma
L
|
68%
Under
L
|
45%
Away -0.25
V
|
31%
Away/Away
V
|
48%
Away -0.5
~1.32
V
|
72%
No
~1.29
L
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
42%
Kazma Match is in June 2026, well beyond training cutoff. Bookmaker odds consistently price away side shorter than home despite venue. Historical...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
68%
Under Consensus lines show Under 2.5 at 1.09-1.23 across books indicating expected low event count. Kuwaiti matches at this venue are typically ca...
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
45%
Away -0.25 Asian lines price away quarter-ball handicap near 1.37-1.42, suggesting slight edge to away side but not full goal. Consistent with h2h pric...
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.
31%
Away/Away Away side favored overall and low scoring profile points to them controlling second half. HT/FT Away/Away carries decent implied value given...
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).
48%
Away -0.5 Away -0.5 is offered near even money while home -0.5 sits 3.1-3.55; market sees away side as capable of winning by one clear goal.
Odds: 1.32
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.
72%
No BTTS No is priced at 1.33, reflecting expectation both sides struggle to score. Low totals line reinforces likelihood of clean sheet for one...
Odds: 1.29
|
|||||||
|
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.
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.
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. |
|||||||
|
Gemini 2.5 Flash-Lite Google · 65-141 -96.1u |
55%
Al Nasar
L
|
65%
Under
L
|
65%
Home +0.5
V
|
45%
Draw-Draw
V
|
60%
Home +1
~1.75
V
|
55%
Yes
~3.25
W
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
55%
Al Nasar Al Nasar has won 3 of their last 5 matches, and Kazma has won 4 of their last 7, indicating recent positive form for both teams. However, Al...
7 sources cited
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
65%
Under Historically, matches between Al Nasar and Kazma have averaged 2.78 goals per game. However, recent trends show Al Nasar averaging 2.24 goal...
7 sources cited
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
65%
Home +0.5 Al Nasar has shown good form at home and historically performs well against Kazma in head-to-head matches. Kazma, while ranked higher, has i...
7 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%
Draw-Draw Historically, a significant number of matches between Al Nasar and Kazma have ended in draws (7 out of 16). Both teams have shown a tendency...
7 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).
60%
Home +1 Al Nasar is playing at home and has a recent winning trend. Kazma is ranked higher in the league standings but has shown inconsistent away f...
Odds: 1.75
7 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 Both Al Nasar and Kazma have a 47% historical average for matches where both teams score. While the head-to-head record shows a 56% BTTS rat...
Odds: 3.25
7 sources cited
|
|||||||
|
DeepSeek V3 Deepseek · 136-147 -106.2u |
50%
Kazma
L
|
60%
Under 2.5
~1.93
L
|
50%
Away -0.5
V
|
30%
Away/Away
V
|
35%
Away -1
~1.33
V
|
65%
No
~1.29
L
|
|
|
Match winner
?
Match winner
Match winner. Pick the team that wins in regular time (or who advances in cup formats).
50%
Kazma Kazma has superior form and squad depth compared to Al Nasar, who have struggled recently. Bookmaker odds imply a slight edge for the away s...
Over / Under
?
Over / Under
Over / Under total points. Will the combined score be above or below the line.
60%
Under 2.5 Both teams' recent matches tend to be low-scoring, with Al Nasar averaging under 1 goal per game and Kazma often involved in tight contests....
Odds: 1.93
Asian handicap
?
Asian handicap
Asian Handicap. Like a spread, but quarter-lines split the stake — you can half-win or half-push.
50%
Away -0.5 Asian handicap -0.5 for away is similar to h2h away win, but slightly better odds. Kazma's quality advantage should see them win, but home a...
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.
30%
Away/Away Kazma often leads at halftime in matches they win, while Al Nasar rarely leads. The most likely half-time/full-time outcome is Away/Away, th...
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 While Kazma is favored to win, a -1 handicap requires a two-goal margin which is unlikely given Al Nasar's home resilience and Kazma's modes...
Odds: 1.33
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 Both teams have poor attacking records, with Al Nasar scoring in only 1 of their last 5 matches. Kazma's defense is solid, often keeping cle...
Odds: 1.29
|
|||||||
|
Consensus |
Kazma 3/4 |
Under 2/4 |
Away -0.5 2/4 |
Away/Away 3/4 |
Away -0.5 2/4 |
No 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
12 books · sharp books pinned · best price highlighted
| Book | Al Nasar | Draw | Kazma |
|---|---|---|---|
| Pinnacle ↗ | — | 3.33 | — |
| Bet365 ↗ | — | 3.50 | — |
| 10bet | — | 3.40 | — |
| 1xbet ↗ | — | 3.28 | — |
| Betano | — | 3.35 | — |
| Betfair | — | 3.50 | — |
| Betvictor | — | 3.00 | — |
| Dafabet | — | 3.30 | — |
| Marathonbet | — | 3.28 | — |
| Sbo | — | 3.00 | — |
| Superbet | — | 3.45 | — |
| William-hill | — | 3.00 | — |
| Book | Line | Over | Under |
|---|---|---|---|
| Pinnacle ↗ | — | — | — |
| Bet365 ↗ | — | — | — |
| 10bet | — | — | — |
| 1xbet ↗ | — | — | — |
| Betano | — | — | — |
| Betfair | — | — | — |
| Betvictor | — | — | — |
| Marathonbet | — | — | — |
| Sbo | — | — | — |
| Superbet | — | — | — |
| William-hill | — | — | — |
| Book | Al Nasar | Kazma |
|---|---|---|
| Pinnacle ↗ | — | — |
| Bet365 ↗ | — | — |
| 10bet | — | — |
| 1xbet ↗ | — | — |
| Betano | — | — |
| Betfair | — | — |
| Betvictor | — | — |
| Marathonbet | — | — |
| Sbo | — | — |
| Superbet | — | — |
Line movement (h2h)
Each line = one bookmaker · sharp books pinned first
Al Nasar Kazma
Research trail
What each AI looked up before picking
-
0 tool calls · 0 sources
No live web access — picked from training-data knowledge.
-
0 tool calls · 7 sources
7 citations captured — unlock with Pro
-
0 tool calls · 0 sources
No live web access — picked from training-data knowledge.
-
6 tool calls · 4 sources
4 citations captured — unlock with Pro
Get the AI consensus before kickoff
Free. Pre-match alert per AI + see your picks graded as results land.