Skip to main content

GET Value Signals

Endpoint

GET https://betting-intelligance.sportmicro.com/esports-value-signals

Backing view

betting_intelligence.esports_value_signals

Purpose

Use this endpoint to retrieve esports 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_id
  • market_type, market_scope, selection
  • model_probability, market_probability
  • fair_odds, offered_odds
  • edge_pct, expected_value_pct, kelly_fraction
  • signal_score, confidence_score
  • summary, reason, metadata
  • created_at, updated_at, expires_at

Example

curl "https://betting-intelligance.sportmicro.com/esports-value-signals?match_id=eq.{match_id}&expected_value_pct=gte.2.50&order=edge_pct.desc"

Notes

  • kelly_fraction is available for staking workflows.
  • market_probability and model_probability are the main inputs behind the edge calculation.