GET /api/bet_types/422f7662-1d98-4016-9daf-2225ed069c5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "422f7662-1d98-4016-9daf-2225ed069c5e",
"match": "https://api-prod.gambitprofit.com/api/matches/3c3076ab-2482-4eac-8599-c4035167d184/?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": "ATL",
"amount": 5974.0
},
{
"team": "WAS",
"amount": 4026.0
}
],
"expected_reward_tokens": 9139.02,
"profit_sb": 139.02,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "b9468d86-aa03-4d9e-8911-48330afa94f9",
"gambit_id": "9dc25e2c-8c9d-4cdf-aa61-208738d0ada6",
"last_updated": "2022-09-20T16:07:13.301367-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.53000",
"odds": "1.60610",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422f7662-1d98-4016-9daf-2225ed069c5e/?format=api"
},
{
"id": "9ed9f771-8e56-43f3-bb53-12b4e640bb37",
"gambit_id": "3f5b69ca-a6b5-4f31-b44a-6ef9fc92b94b",
"last_updated": "2022-09-20T16:07:13.302371-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "2.27000",
"odds": "2.45000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/422f7662-1d98-4016-9daf-2225ed069c5e/?format=api"
}
]
}