← All findingssource · memory/reference_odds_service_wnba_route.md
What's actually in the WNBA feed (re-verified 2026-06-08)
odds-service ingests WNBA player props at:
GET /api/v1/odds/today?date=YYYY-MM-DD&league=wnba→ list of games each withplayer_props:[{player_id, player_name, prop_type, line, over_odds, under_odds, sportsbook}]. Confirmed 2026-06-08 (Jun 8 slate): 3 games / 836 FD + 729 DK + 237 BR + 196 Caesars = 1998 prop rows.GET /api/v1/odds/props/bulk?league=wnba→ 375 rolled-up rows butsportsbookfield is empty in this shape — use/odds/todayfor per-book.
Books actually present: FanDuel, DraftKings, BetRivers, Caesars. PINNACLE IS NOT IN THE WNBA FEED.
The 6-day-old version of this memory claimed Pinnacle was included. That was WRONG.
Verified empty 2026-06-08 across both /odds/today and /props/bulk.
Impact on de-vig discipline
The "both_agree" formula in project_multi_formula_clv_harness needs Pinnacle de-vig
- system line_edges to AGREE on a side. For WNBA, the Pinnacle leg returns null → both_agree picks for WNBA are impossible until Pinnacle gets ingested.
MCP enrich_pick for WNBA correctly returns:
pinnacle.covered=false,pinnacle.fair_pct=null,pinnacle.edge_pp=nullpinnacle.best_non_pinn_book+best_non_pinn_priceARE populated (DK / FD / etc)
feedback_check_line_edges_before_quoting discipline still applies but only via NBA-style sharp-line cross-check — multi-book consensus median is the best you can build for WNBA today.
Data-hydrator wiring (also fixed 2026-06-08)
Until commit 0c5e45d on data-hydrator main, snapshot.odds.player_props was always
null for WNBA — assembleMultiSport's odds path didn't pass &league=wnba (defaulted
to NBA → 0 WNBA games) AND never populated snap.Odds (only RawSections["odds"]).
Fix landed 2026-06-08 — now WNBA snapshots carry the FD/DK/Caesars/BR prices end-to-end.
Cross-references
- project_wnba_snapshot_depth_gap — sibling gap: vs_opponent/prop_metrics/team-stats still missing
- feedback_pinnacle_default — Pinnacle = sharp reference. Doesn't apply to WNBA until ingested.
- project_multi_formula_clv_harness — both_agree formula needs Pinnacle to fire
- project_daily_props_tool — same Pinnacle limitation for WNBA picks