GET /api/bet_types/970b7b15-1a8b-4512-932d-655e6068e036/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "970b7b15-1a8b-4512-932d-655e6068e036",
"match": "https://api-prod.gambitprofit.com/api/matches/d711cdfb-2076-4c0b-9ee5-4ac91892ec45/?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": "LAA",
"amount": 6132.0
},
{
"team": "SEA",
"amount": 3868.0
}
],
"expected_reward_tokens": 9320.64,
"profit_sb": 320.64,
"profit_sb_percentage": 3.56,
"recommended": true
},
"lines": [
{
"id": "c878779b-16d3-4802-9cab-b4aa08f21bfd",
"gambit_id": "ebe4df4a-ba02-498e-89e4-b744c9d7e658",
"last_updated": "2022-08-07T10:52:17.218247-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LAA",
"reward": "1.52000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/970b7b15-1a8b-4512-932d-655e6068e036/?format=api"
},
{
"id": "69037ca6-829b-4da8-a130-41e8f628d1db",
"gambit_id": "38c75275-a2da-49db-9026-41a159f72d01",
"last_updated": "2022-08-07T10:52:17.217437-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "2.41000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/970b7b15-1a8b-4512-932d-655e6068e036/?format=api"
}
]
}