world-cup-2026-odds

Aggregate FIFA World Cup 2026 odds across sportsbooks and prediction markets. Track outright winner futures, group stage odds, and match lines. Compare Polymarket prices vs traditional book futures. Use when asked about World Cup odds, World Cup winner, or 2026 tournament betting.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "world-cup-2026-odds" with this command: npx skills add rsquaredsolutions2026/world-cup-2026-odds

World Cup 2026 Odds Tracker

Aggregate FIFA World Cup 2026 betting odds from sportsbooks and prediction markets into one unified view.

When to Use

Use this skill when the user asks about:

  • World Cup 2026 odds, futures, or predictions
  • Who will win the World Cup
  • World Cup group stage or knockout match odds
  • Comparing sportsbook vs prediction market prices for World Cup outcomes
  • Tournament favorites, dark horses, or underdogs
  • World Cup betting value or price discrepancies

Operations

1. Outright Winner Futures

Fetch which teams are favored to win the 2026 World Cup across all sportsbooks:

curl -s "https://api.the-odds-api.com/v4/sports/soccer_fifa_world_cup_winner/odds?apiKey=$ODDS_API_KEY&regions=us&markets=outrights&oddsFormat=american" \
  | jq '[.[] | {
    market: .away_team // "Outright Winner",
    books: [.bookmakers[] | {
      name: .title,
      selections: [.markets[0].outcomes[] | {team: .name, odds: .price}] | sort_by(.odds) | reverse
    }]
  }] | .[0].books[0].selections[:15] | map({team, odds, implied_prob: (if .odds > 0 then (100 / (.odds + 100) * 100 | round / 100) else (-.odds / (-.odds + 100) * 100 | round / 100) end)})'

## About

Built by [AgentBets](https://agentbets.ai) — full tutorial at [agentbets.ai/guides/openclaw-world-cup-2026-odds-skill/](https://agentbets.ai/guides/openclaw-world-cup-2026-odds-skill/).

Part of the [OpenClaw Skills series](https://agentbets.ai/guides/#openclaw-skills) for the [Agent Betting Stack](https://agentbets.ai/guides/agent-betting-stack/).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Vig Calculator

Calculate vig (juice/overround/hold) for any sportsbook market. Convert odds to no-vig fair lines. Rank books by efficiency. Use when asked about vig, juice,...

Registry SourceRecently Updated
1560Profile unavailable
Automation

Polymarket Monitor

Monitor Polymarket prediction markets for price movements, volume spikes, and new listings. Track specific markets, check order book depth, and surface trend...

Registry SourceRecently Updated
1510Profile unavailable
Automation

Sharp Line Detector

Monitor line movements at sharp sportsbooks (Pinnacle, Circa, Bookmaker). Detect steam moves, reverse line movement, and significant implied probability shif...

Registry SourceRecently Updated
1120Profile unavailable
Automation

Sports Odds Scanner

Fetch live sports betting odds from 20+ sportsbooks and compare lines. Supports NFL, NBA, MLB, NHL, soccer, and 30+ sports. Use when asked about odds, lines,...

Registry SourceRecently Updated
1491Profile unavailable