GET /api/bet_types/571f024a-354c-4436-a4e9-e4ab2aba1ff8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "571f024a-354c-4436-a4e9-e4ab2aba1ff8",
"match": "https://api-prod.gambitprofit.com/api/matches/79aaf91a-7a07-43dd-a732-742864327ace/?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": 5313.0
},
{
"team": "PIT",
"amount": 4687.0
}
],
"expected_reward_tokens": 9138.36,
"profit_sb": 138.36,
"profit_sb_percentage": 1.54,
"recommended": true
},
"lines": [
{
"id": "476d09db-b933-4f21-b60c-939925bb8023",
"gambit_id": "1c3ca098-04cb-40ce-aa5f-78756ffa4eff",
"last_updated": "2022-08-23T09:36:52.252244-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "ATL",
"reward": "1.72000",
"odds": "1.80000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/571f024a-354c-4436-a4e9-e4ab2aba1ff8/?format=api"
},
{
"id": "48f58ea8-aeb6-4a4d-96dd-9b0ca1517fa6",
"gambit_id": "099c73ad-4ef4-4cb0-81f1-d77a32b49054",
"last_updated": "2022-08-23T09:36:52.251833-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "1.95000",
"odds": "2.05000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/571f024a-354c-4436-a4e9-e4ab2aba1ff8/?format=api"
}
]
}