GET Micro Predictions
Endpoint
GET https://betting-intelligance.sportmicro.com/esports-micro-predictions
Backing view
betting_intelligence.esports_micro_predictions
Purpose
Use this endpoint to retrieve short-horizon esports predictions for specific markets or match states.
Common filters
match_id=eq.{match_id}bookmaker_id=eq.{bookmaker_id}market_type=eq.{market_type}prediction_type=eq.{prediction_type}predicted_outcome=eq.{predicted_outcome}confidence_score=gte.{score}expires_at=gte.now()
Returned fields
id,match_id,bookmaker_idmarket_type,market_scopeprediction_type,predicted_outcome,predicted_probabilityconfidence_score,impact_score,horizon_secondsstate_snapshotsummary,reason,metadatacreated_at,updated_at,expires_at
Example
curl "https://betting-intelligance.sportmicro.com/esports-micro-predictions?match_id=eq.{match_id}&prediction_type=eq.{prediction_type}&order=confidence_score.desc"
Notes
state_snapshotstores the model context captured when the prediction was created.horizon_secondsis useful when the prediction only applies to a short in-play window.