A Python wrapper around The Odds-Api V4
Project description
the-odds-api-client
Python wrapper for The Odds API V4
Getting Started
You can install the package using
pip install theoddsapi
Or you can run the following
git clone git@github.com:MidpriceDog/the-odds-api-client.git
and then
make install
Either way, it is assumed you have Python 3, git, and pip installed.
Example Usage
Instantiate an instance of TheOddsAPI by passing in an API key, which you
should receive via email upon signing up for a subscription plan here.
client = TheOddsAPI('YOUR_KEY_HERE')
Let's say you want to find out what the spread odds were on Fanduel's sportbook for games played on the 1st of January in the year 2023 around 12:00 UTC. Then, you would run the following:
self._test_get_historical_odds(
sport='basketball_nba',
regions='us',
markets='spreads',
date='2023-01-01T12:00:00Z',
bookmakers='fanduel',
oddsFormat='american')
Documentation
Please refer to the documentationhere for information on how to use this package.
Testing
Run
make test
Note: As a wrapper for The Odds API which requires the use of an API key,
testing this package requires using part of your the request quota associated
with the API key supplied. The usage quotas for running the tests suites
in the test.py file under the tests directory can be found in the schedule below.
| Test Suite | Usage Quota |
|---|---|
| odds_suite | 3 |
| event_odds_suite | 2 |
| historical_odds_suite | 30 |
| usage_suite | 0 |
| scores_suite | 5 |
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file theoddsapi-1.3.7.tar.gz.
File metadata
- Download URL: theoddsapi-1.3.7.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b79e1fc37e5549971d1f858d7d137818bd20cc8f585708c82cabc33ec618eb89
|
|
| MD5 |
dd9a19dc8fc510c09070aac4d2e7e649
|
|
| BLAKE2b-256 |
6cc85f5e4d3e810eef326c9a6eacd4bac2cb34a53e9737fc9d2ec71e07755a20
|
File details
Details for the file theoddsapi-1.3.7-py3-none-any.whl.
File metadata
- Download URL: theoddsapi-1.3.7-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfd48408056b40e0cefc0de7815b7b123a45b822c23affb4b658446fc752d600
|
|
| MD5 |
716ca78bb7e3e8829854471c6355949f
|
|
| BLAKE2b-256 |
11b3c35b98f373c3373eb68c6ae2337d826ea9d66c72f4cb0a94ff6ceb8ed5f3
|