Private beta

PyCap

Sports betting data infrastructure: odds, line-movement history, betting splits, and the derived signals computed from them.

What is here

Getting started

pip install pycap

import pycap
client = pycap.Client(api_key="pycap_live_...")
df = client.exports.to_dataframe("odds_history", league="mlb", pregame_only=True)

Reference