GET /api/bet_types/b0953cf6-a9bd-416d-b722-1367e05ca248/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b0953cf6-a9bd-416d-b722-1367e05ca248",
"match": "https://api-prod.gambitprofit.com/api/matches/fa3834a4-381f-475a-aea7-11ecf4b37902/?format=api",
"name": "Pick the Winner",
"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": "Tampa Bay Lightning",
"amount": 6778.0
},
{
"team": "Detroit Red Wings",
"amount": 3222.0
}
],
"expected_reward_tokens": 9150.3,
"profit_sb": 150.3,
"profit_sb_percentage": 1.67,
"recommended": true
},
"lines": [
{
"id": "361b8abd-ddea-4710-9d9e-68a74589be3e",
"gambit_id": "3147bd08-5e50-4ee4-8ec4-38da94dc8543",
"last_updated": "2022-12-07T09:42:34.708096-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tampa Bay Lightning",
"reward": "1.35000",
"odds": "1.40000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0953cf6-a9bd-416d-b722-1367e05ca248/?format=api"
},
{
"id": "8b017236-5227-453b-a85c-582e82a2385f",
"gambit_id": "39f4f294-fb4f-442b-b433-00cf5fbe798c",
"last_updated": "2022-12-07T09:42:34.709061-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Detroit Red Wings",
"reward": "2.84000",
"odds": "3.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0953cf6-a9bd-416d-b722-1367e05ca248/?format=api"
}
]
}