GET /api/bet_types/3ba993fd-97a8-4eae-ae6e-1cdaffea27a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3ba993fd-97a8-4eae-ae6e-1cdaffea27a2",
"match": "https://api-prod.gambitprofit.com/api/matches/1643c4da-4444-4ab0-9b0c-9c6caeca9c8b/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-11T10:08:16.766144-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": "LAA",
"amount": 5939.0
},
{
"team": "SEA",
"amount": 4061.0
}
],
"expected_reward_tokens": 9502.4,
"profit_sb": 2.4,
"profit_sb_percentage": 0.03,
"recommended": true
},
"lines": [
{
"id": "58336701-eec3-4310-a7fc-9a049dd0f73c",
"gambit_id": "caefad9e-ec37-43bf-94c9-f8b59f5a18ea",
"last_updated": "2023-06-12T14:53:25.973890-04:00",
"created_at": "2023-06-11T10:08:16.769990-04:00",
"name": "LAA",
"reward": "1.60000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ba993fd-97a8-4eae-ae6e-1cdaffea27a2/?format=api"
},
{
"id": "391f0ba3-f88c-4a50-a573-59f449e3c049",
"gambit_id": "ce2c85a4-4b54-4f94-9022-7ed686c9250e",
"last_updated": "2023-06-12T14:53:25.972467-04:00",
"created_at": "2023-06-11T10:08:16.767952-04:00",
"name": "SEA",
"reward": "2.34000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ba993fd-97a8-4eae-ae6e-1cdaffea27a2/?format=api"
}
]
}