đź‘‹ Demo Project
## Sports Odds API The Sports Odds API is a comprehensive tool for accessing real-time sports odds and predictions for various betting formats. It offers data for a wide range of sports, leagues, and countries, making it a valuable resource for sports betting enthusiasts, analysts, and developers. ### Features: - **Real-Time Data:** Get up-to-date odds and predictions for matches across…
đź‘‹ Demo Project endpoints
| Method | Endpoint | Description |
|---|---|---|
| Catalog | ||
| GET |
Get Products in Category /catalog/category/{category}/products |
|
| DELETE |
Delete Product /catalog/product/{id} |
|
| GET |
Get Product /catalog/product/{id} |
|
| GET |
Get Products /catalog/products |
|
| POST |
Create Product /catalog/product |
|
| GET |
Get Categories /catalog/categories |
|
| Order | ||
| GET |
Get Order /order/{id} |
|
| POST |
Add to Order /order/{id}/product |
|
| DELETE |
Delete from Order /order/{id}/product/{productId} |
|
| POST |
Create Order /order/new |
|
| DELETE |
Cancel Order /order/{id} |
|
| GET |
Get User Orders /order/my |
|
| POST |
Place Order /order/{id}/place |
|
| Authentication | ||
| GET |
Me /auth/me |
|
| POST |
Create User (Sign Up) /auth/user |
|
| POST |
Login /auth/login |
|
đź‘‹ Demo Project pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|