GET /api/bet_types/b3ac3203-8c35-41a6-94d9-538a8394ddb8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b3ac3203-8c35-41a6-94d9-538a8394ddb8",
"match": "https://api-prod.gambitprofit.com/api/matches/d647f159-1243-4452-8792-f8c244a0c49c/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-08T08:28:07.267215-04: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": "STL",
"amount": 5688.0
},
{
"team": "TAM",
"amount": 4312.0
}
],
"expected_reward_tokens": 9442.08,
"profit_sb": -57.92,
"profit_sb_percentage": -0.61,
"recommended": false
},
"lines": [
{
"id": "066cbb50-46d9-4c19-b431-5771fa0577a3",
"gambit_id": "022ba3cf-58f7-493f-a229-b4cd506e271b",
"last_updated": "2023-08-10T10:23:24.515129-04:00",
"created_at": "2023-08-08T08:28:07.277586-04:00",
"name": "STL",
"reward": "1.66000",
"odds": "1.68970",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ac3203-8c35-41a6-94d9-538a8394ddb8/?format=api"
},
{
"id": "b1136d1e-30cb-45ca-ac42-c1ed4a502ebf",
"gambit_id": "16a92bba-2389-4fdd-a563-2156c20e6641",
"last_updated": "2023-08-10T10:23:24.518609-04:00",
"created_at": "2023-08-08T08:28:07.282988-04:00",
"name": "TAM",
"reward": "2.19000",
"odds": "2.25000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b3ac3203-8c35-41a6-94d9-538a8394ddb8/?format=api"
}
]
}