GET Odds Anomalies
Endpoint
GET https://betting-intelligance.sportmicro.com/cricket-odds-anomalies
Backing view
betting_intelligence.cricket_odds_anomalies
Purpose
Use this endpoint to retrieve cricket odds that differ materially from expected or baseline pricing.
Common filters
match_id=eq.{match_id}bookmaker_id=eq.{bookmaker_id}market_type=eq.{market_type}selection=eq.{selection}anomaly_type=eq.{anomaly_type}confidence_score=gte.{score}expires_at=gte.now()
Returned fields
id,match_id,bookmaker_idmarket_type,market_scope,selection,anomaly_typeobserved_odds,expected_odds,baseline_oddsimplied_probability,deviation_pctsignal_score,confidence_scoresummary,reason,metadatacreated_at,updated_at,expires_at
Example
curl "https://betting-intelligance.sportmicro.com/cricket-odds-anomalies?match_id=eq.{match_id}&order=signal_score.desc&expires_at=gte.now()"
Notes
deviation_pctis useful for ranking the size of the anomaly.- Use
bookmaker_idplus market fields when you need book-specific anomaly review.