GET /api/bet_types/b8d63546-b1a8-4f6b-bf7c-c6175721026f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b8d63546-b1a8-4f6b-bf7c-c6175721026f",
"match": "https://api-prod.gambitprofit.com/api/matches/7446dbd1-f855-4903-8322-ad48da60623e/?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": "Green Bay Packers",
"amount": 5000.0
},
{
"team": "New England Patriots",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "4060816a-4cec-4ea1-ba5a-4d900eb0857b",
"gambit_id": "f115cfef-0fed-40a1-8280-5cbc7f15c7ed",
"last_updated": "2022-10-03T11:32:20.743196-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Green Bay Packers",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d63546-b1a8-4f6b-bf7c-c6175721026f/?format=api"
},
{
"id": "a6d3457b-f8dc-4a50-81d8-3d13acda0515",
"gambit_id": "75485201-3d93-4674-830a-182fb144fbfe",
"last_updated": "2022-10-03T11:32:20.744177-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New England Patriots",
"reward": "1.86000",
"odds": "1.90910",
"spread": "9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8d63546-b1a8-4f6b-bf7c-c6175721026f/?format=api"
}
]
}