GET /api/bet_types/55fb416b-59fc-4b75-81d2-0e2eb0ba851d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "55fb416b-59fc-4b75-81d2-0e2eb0ba851d",
"match": "https://api-prod.gambitprofit.com/api/matches/f1fb0567-1fc3-404c-b1be-549a295f3047/?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": "San Francisco 49ers",
"amount": 5110.0
},
{
"team": "Houston Texans",
"amount": 4890.0
}
],
"expected_reward_tokens": 9095.4,
"profit_sb": 95.4,
"profit_sb_percentage": 1.06,
"recommended": true
},
"lines": [
{
"id": "6539d511-d32c-4222-9377-5d09c24cbdf6",
"gambit_id": "5d7c5578-1e8d-429f-a31f-050160a569e3",
"last_updated": "2022-08-26T13:07:11.821516-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "San Francisco 49ers",
"reward": "1.78000",
"odds": "1.86960",
"spread": "-2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55fb416b-59fc-4b75-81d2-0e2eb0ba851d/?format=api"
},
{
"id": "75594865-4a7c-4b72-b8a0-5dd1add9a667",
"gambit_id": "13fc16b2-5073-4ac9-91ce-49bf61d1e700",
"last_updated": "2022-08-26T13:07:11.821082-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston Texans",
"reward": "1.86000",
"odds": "1.95240",
"spread": "2.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/55fb416b-59fc-4b75-81d2-0e2eb0ba851d/?format=api"
}
]
}