GET Value Signals
Endpoint
GET https://betting-intelligance.sportmicro.com/cricket-value-signals
Backing view
betting_intelligence.cricket_value_signals
Purpose
Use this endpoint to retrieve cricket selections where model probability and market price imply positive betting value.
Common filters
match_id=eq.{match_id}bookmaker_id=eq.{bookmaker_id}market_type=eq.{market_type}selection=eq.{selection}edge_pct=gte.{edge_pct}expected_value_pct=gte.{value_pct}expires_at=gte.now()
Returned fields
id,match_id,bookmaker_idmarket_type,market_scope,selectionmodel_probability,market_probabilityfair_odds,offered_oddsedge_pct,expected_value_pct,kelly_fractionsignal_score,confidence_scoresummary,reason,metadatacreated_at,updated_at,expires_at
Example
curl "https://betting-intelligance.sportmicro.com/cricket-value-signals?match_id=eq.{match_id}&expected_value_pct=gte.2.50&order=edge_pct.desc"
Notes
kelly_fractionis available for staking workflows.market_probabilityandmodel_probabilityare the main inputs behind the edge calculation.