GET /api/bet_types/de2bd059-245f-42bd-b539-70173c38853a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "de2bd059-245f-42bd-b539-70173c38853a",
"match": "https://api-prod.gambitprofit.com/api/matches/0cafc905-cdfb-4f5b-8d51-9e9e5fed92cb/?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": "Los Angeles Lakers",
"amount": 5097.0
},
{
"team": "Utah Jazz",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "32c2ec88-0877-45c1-b149-66b52c528956",
"gambit_id": "1ea814b6-2d3b-494c-8d97-4682203e585a",
"last_updated": "2022-11-05T09:22:59.604148-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Lakers",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2bd059-245f-42bd-b539-70173c38853a/?format=api"
},
{
"id": "9d66c5d2-8861-421a-b574-5d8894418d73",
"gambit_id": "cd0b60d4-b234-47c7-b860-15b32eb53d07",
"last_updated": "2022-11-05T09:22:59.605126-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah Jazz",
"reward": "1.84000",
"odds": "1.95240",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de2bd059-245f-42bd-b539-70173c38853a/?format=api"
}
]
}