GET /api/bet_types/f7ce56b0-e523-43f2-bd93-4e8c1b698bd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f7ce56b0-e523-43f2-bd93-4e8c1b698bd6",
"match": "https://api-prod.gambitprofit.com/api/matches/75b69b46-86d7-4146-8f29-701fa3c3fc98/?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": 6193.0
},
{
"team": "ATL",
"amount": 3807.0
}
],
"expected_reward_tokens": 9289.08,
"profit_sb": 289.08,
"profit_sb_percentage": 3.21,
"recommended": true
},
"lines": [
{
"id": "34ea64e0-ff3b-46e5-a303-798dd99a2762",
"gambit_id": "a4295d17-5b20-4998-adf2-61f43326f8e0",
"last_updated": "2022-08-28T11:27:24.968531-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "1.50000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ce56b0-e523-43f2-bd93-4e8c1b698bd6/?format=api"
},
{
"id": "e049451a-c81f-45f6-8b89-ef35b90c1103",
"gambit_id": "3b5009c8-b57c-4266-a661-6dd5c1ebd81e",
"last_updated": "2022-08-28T11:27:24.969009-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "2.44000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7ce56b0-e523-43f2-bd93-4e8c1b698bd6/?format=api"
}
]
}