GET /api/bet_types/f4100996-d434-4821-8d77-eb166f409eb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f4100996-d434-4821-8d77-eb166f409eb9",
"match": "https://api-prod.gambitprofit.com/api/matches/9212d0dc-3be7-4e12-8d8d-e3be297a0c96/?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": "Las Vegas Raiders",
"amount": 5106.0
},
{
"team": "New Orleans Saints",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "91572872-ff50-4c0a-932f-602027022e92",
"gambit_id": "cd0396e1-6221-44f8-86cd-54c80bc0a634",
"last_updated": "2022-10-31T11:36:57.192165-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Las Vegas Raiders",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4100996-d434-4821-8d77-eb166f409eb9/?format=api"
},
{
"id": "1a13b263-48e3-45bc-83d1-54d0f69b49ed",
"gambit_id": "461b356a-a5eb-4cbc-b2b1-2c2f9a748ad6",
"last_updated": "2022-10-31T11:36:57.191212-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "New Orleans Saints",
"reward": "1.92000",
"odds": "1.95240",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4100996-d434-4821-8d77-eb166f409eb9/?format=api"
}
]
}