GET /api/bet_types/39520c08-bc30-492d-8d8a-10f9e2cd4e39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "39520c08-bc30-492d-8d8a-10f9e2cd4e39",
"match": "https://api-prod.gambitprofit.com/api/matches/15a9994b-c54a-4c23-b044-cfeb71197b6d/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Southern",
"amount": 5000.0
},
{
"team": "Jackson State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "0ab0f5c9-859f-42b4-805a-f8a0ec9d4a51",
"gambit_id": "9a63bcf6-9118-4724-8c31-1113b0dad178",
"last_updated": "2022-12-05T11:07:07.414315-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Southern",
"reward": "1.80000",
"odds": "1.90910",
"spread": "20.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39520c08-bc30-492d-8d8a-10f9e2cd4e39/?format=api"
},
{
"id": "ca7b5631-7ea5-42d1-a533-ff317e95a8d7",
"gambit_id": "4d377bb6-f15f-4fc6-b2a6-85f637c7b236",
"last_updated": "2022-12-05T11:07:07.413072-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Jackson State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-20.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39520c08-bc30-492d-8d8a-10f9e2cd4e39/?format=api"
}
]
}