Skip to main content

GET Micro Predictions

Endpoint

GET https://betting-intelligance.sportmicro.com/basketball-micro-predictions

Backing view

betting_intelligence.basketball_micro_predictions

Purpose

Use this endpoint to retrieve short-horizon basketball 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_id
  • market_type, market_scope
  • prediction_type, predicted_outcome, predicted_probability
  • confidence_score, impact_score, horizon_seconds
  • state_snapshot
  • summary, reason, metadata
  • created_at, updated_at, expires_at

Example

curl "https://betting-intelligance.sportmicro.com/basketball-micro-predictions?match_id=eq.{match_id}&prediction_type=eq.{prediction_type}&order=confidence_score.desc"

Notes

  • state_snapshot stores the model context captured when the prediction was created.
  • horizon_seconds is useful when the prediction only applies to a short in-play window.