League Opportunities API
Endpoints for league opportunities operations.
Endpoints
- GET /api/league/opportunities/top
- GET /api/league/opportunities/underserved-sportsbook
- GET /api/league/opportunities/top/opportunity_id"}
- GET /api/league/opportunities/underserved-sportsbook/opportunity_id"}
GET /api/league/opportunities/top
Get Top Opportunities
Get top league opportunities ranked by potential revenue and market growth
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
limit | query | integer | No | Number of top opportunities to return |
sport | query | string | No | Filter by sport type |
min_score | query | integer | No | Minimum opportunity score |
Responses
200: Successful Response
422: Validation Error
Examples
curl -X GET "https://api.altsportsdata.com/api/league/opportunities/top" \
-H "Content-Type: application/json"GET /api/league/opportunities/underserved-sportsbook
Get Underserved Sportsbook Opportunities
Get leagues with underserved sportsbook coverage and high growth potential
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
limit | query | integer | No | Number of opportunities to return |
sport | query | string | No | Filter by sport type |
market_demand | query | string | No | Filter by market demand level |
Responses
200: Successful Response
422: Validation Error
Examples
curl -X GET "https://api.altsportsdata.com/api/league/opportunities/underserved-sportsbook" \
-H "Content-Type: application/json"GET /api/league/opportunities/top/{opportunity_id}"}
Get Top Opportunity Details
Get detailed information about a specific top opportunity
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
opportunity_id | path | string | Yes | - |
Responses
200: Successful Response
422: Validation Error
Examples
curl -X GET "https://api.altsportsdata.com/api/league/opportunities/top/{opportunity_id}"}" \
-H "Content-Type: application/json"GET /api/league/opportunities/underserved-sportsbook/{opportunity_id}"}
Get Underserved Sportsbook Details
Get detailed information about a specific underserved sportsbook opportunity
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
opportunity_id | path | string | Yes | - |
Responses
200: Successful Response
422: Validation Error
Examples
curl -X GET "https://api.altsportsdata.com/api/league/opportunities/underserved-sportsbook/{opportunity_id}"}" \
-H "Content-Type: application/json"