GET /api/bet_types/e1b6620a-4e89-4375-856b-c0359389bd9c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e1b6620a-4e89-4375-856b-c0359389bd9c",
"match": "https://api-prod.gambitprofit.com/api/matches/2af99a78-17a9-4b62-9cc7-5fba6a05b744/?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",
"amount": 5106.0
},
{
"team": "SDG",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "2e7dd558-f3ef-4d37-ace1-c8543f1787bc",
"gambit_id": "c65ef0cb-07dd-4e37-a67d-6d91ece673b5",
"last_updated": "2022-10-12T10:11:57.820771-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LOS",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b6620a-4e89-4375-856b-c0359389bd9c/?format=api"
},
{
"id": "96e1f703-cd93-41b2-8972-b43814b43a1a",
"gambit_id": "919d828c-030a-42b9-a51e-0a415474e0be",
"last_updated": "2022-10-12T10:11:57.821844-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SDG",
"reward": "1.92000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1b6620a-4e89-4375-856b-c0359389bd9c/?format=api"
}
]
}