Skip to content

Working with Picks

FutPicks separates model intelligence from published picks. Picks are a scored selection; the Sports Intelligence layer can explain a full match even when no pick is published.

ResourceUse
/api/v1/data/signalsData API signals (picks) with filters, pagination, sorting
/api/v1/data/track-recordAggregate performance with date-range filters
/api/v1/data/catalogDiscover all available Data API resources
/api/v1/data/sports-intelligence/matches/{matchId}Full match intelligence
/api/v1/ops/health/data-freshnessCurrent data readiness (Admin-only)

The match analyzer is Pro-only and should be treated as intelligence, not as a pick filter. Explore pages can link to the analyzer for a full-match view:

/evaluator?matchId=<matchId>

API consumers should expect separate domains:

  • Picks: published model signals and settled outcomes.
  • Intelligence: deterministic blocks for summary, teams, markets, odds, comparables, risks, and signals.

Use documented query parameters from the OpenAPI reference. Sorting is whitelisted; arbitrary SQL or raw column names are not accepted.