network_call
Outbound network call
Outbound network call
Line 171Snippets
def fetch_odds(sport_key): games = fetch_odds(sport_key)"""Quick test — fetch live odds from The Odds API and print consensus probabilities."""env_access
Environment variable access
Environment variable access
Line 131Snippets
MIN_DIVERGENCE = float(os.environ.get("MIN_DIVERGENCE", "0.08"))TRADE_AMOUNT = float(os.environ.get("TRADE_AMOUNT", "10.0"))DRY_RUN = os.environ.get("LIVE", "").lower() != "true"SPORTS = os.environ.get("SPORTS", "").split(",") if os.environ.get("SPORTS") else DEFAULT_SPORTSSPORTS = os.environ.get("SPORTS", "").split(",") if os.environ.get("SPORTS") else DEFAULT_SPORTSTrust Score
Updated vor 6 Tagen
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated vor 6 Tagen
Analysiert 31.03.2026, 15:56
Beschreibung
Find odds divergence between sportsbook consensus and Polymarket sports markets, then trade the gap.
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:43
Run 1