cfbd_betting_lines
Retrieve historical college football betting lines from multiple books, including spread, over/under, and moneyline, with open and closing values for CLV backtesting.
Instructions
Historical betting lines per game from multiple books — spread, over/under and moneyline. The college-football backtesting dataset.
Returns: [{id, season, week, homeTeam, homeScore, awayTeam, awayScore, lines:[{provider:'consensus'|'Bovada'|…, spread, formattedSpread, spreadOpen, overUnder, overUnderOpen, homeMoneyline, awayMoneyline}]}] — SHAPE FROM VENDOR DOCS. lines is per BOOK; *Open vs the closing value is what a CLV comparison uses.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: 2024 week 1 lines {"year": 2024, "week": 1}
Auth: needs your own key in CFBD_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | No | One school. | |
| week | No | Week number. | |
| year | No | Season year. | |
| seasonType | No | Season type. One of: regular, postseason. | regular |