GET /api/bet_types/57369baa-f548-4ea2-b696-ce9ed538790d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "57369baa-f548-4ea2-b696-ce9ed538790d",
"match": "https://api-prod.gambitprofit.com/api/matches/42208514-be40-4189-ac9c-0ee28c45f08c/?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": 5899.0
},
{
"team": "MIL",
"amount": 4101.0
}
],
"expected_reward_tokens": 9143.45,
"profit_sb": 143.45,
"profit_sb_percentage": 1.59,
"recommended": true
},
"lines": [
{
"id": "8e4c7ef7-c54b-4879-8564-eda9c221db2f",
"gambit_id": "e9d9b9a2-2623-43b9-81aa-b25b02ae0e9b",
"last_updated": "2022-09-15T11:07:05.801291-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "1.55000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57369baa-f548-4ea2-b696-ce9ed538790d/?format=api"
},
{
"id": "253dac3d-5320-438c-bd79-14e5791161a8",
"gambit_id": "4ed0055b-b98f-4b7b-a886-de3644e0eec9",
"last_updated": "2022-09-15T11:07:05.802272-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "2.23000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57369baa-f548-4ea2-b696-ce9ed538790d/?format=api"
}
]
}