GET /api/bet_types/eec65530-c7ba-4b80-824b-ece866049d8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "eec65530-c7ba-4b80-824b-ece866049d8b",
"match": "https://api-prod.gambitprofit.com/api/matches/801ddef5-c3b1-48e1-8903-aa0459e7d7bf/?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": "BOS",
"amount": 6357.0
},
{
"team": "BAL",
"amount": 3643.0
}
],
"expected_reward_tokens": 9216.79,
"profit_sb": 216.79,
"profit_sb_percentage": 2.41,
"recommended": true
},
"lines": [
{
"id": "fd3d3d9c-1878-497b-9431-96d2d7892c0f",
"gambit_id": "dc98cc60-552a-440d-8a8c-c70adb032f5d",
"last_updated": "2022-08-20T12:07:02.023440-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BOS",
"reward": "1.45000",
"odds": "1.50000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eec65530-c7ba-4b80-824b-ece866049d8b/?format=api"
},
{
"id": "c670d331-0ab6-4087-ac2c-911dfce88fe8",
"gambit_id": "c75d3fa9-5bba-48d5-8670-46ea3fe894c1",
"last_updated": "2022-08-20T12:07:02.023907-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "2.53000",
"odds": "2.70000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eec65530-c7ba-4b80-824b-ece866049d8b/?format=api"
}
]
}