GET /api/bet_types/fbe1257f-9eeb-4469-b73b-563a92916b29/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fbe1257f-9eeb-4469-b73b-563a92916b29",
"match": "https://api-prod.gambitprofit.com/api/matches/bc4ecb32-c489-4cc1-8d50-104097e0d0a6/?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": "STL",
"amount": 5208.0
},
{
"team": "CIN",
"amount": 4792.0
}
],
"expected_reward_tokens": 9008.96,
"profit_sb": 8.96,
"profit_sb_percentage": 0.1,
"recommended": true
},
"lines": [
{
"id": "e4dae51f-532a-4033-8d85-a84fe54da5b1",
"gambit_id": "14d4c688-25ee-4f03-a970-909e2457a927",
"last_updated": "2022-09-19T09:42:08.966077-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "1.73000",
"odds": "1.83330",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe1257f-9eeb-4469-b73b-563a92916b29/?format=api"
},
{
"id": "ca077c26-edc4-42cc-bd1f-fa025f29b316",
"gambit_id": "54ad3477-8a63-434d-9bf6-2cb039a25aab",
"last_updated": "2022-09-19T09:42:08.967085-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CIN",
"reward": "1.88000",
"odds": "2.00000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbe1257f-9eeb-4469-b73b-563a92916b29/?format=api"
}
]
}