GET /api/bet_types/3ce95960-7778-4104-9d00-67ff1e36bea8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3ce95960-7778-4104-9d00-67ff1e36bea8",
"match": "https://api-prod.gambitprofit.com/api/matches/0224e713-6c13-4736-be4f-dc347d34853f/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-15T11:36:58.455144-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": "ARI",
"amount": 5512.0
},
{
"team": "OAK",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "ae2f5194-8385-42e5-8583-50a3859dc039",
"gambit_id": "20d5ca19-40a7-4aa4-84b4-3e3575c050a4",
"last_updated": "2023-05-16T10:12:07.561494-04:00",
"created_at": "2023-05-15T11:36:58.459494-04:00",
"name": "ARI",
"reward": "1.71000",
"odds": "1.74070",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ce95960-7778-4104-9d00-67ff1e36bea8/?format=api"
},
{
"id": "a2823d5c-c01a-4627-ad90-3ca3dcbe48a3",
"gambit_id": "b99709a8-21d7-4a90-b82a-81a15a66612b",
"last_updated": "2023-05-16T10:12:07.559320-04:00",
"created_at": "2023-05-15T11:36:58.457322-04:00",
"name": "OAK",
"reward": "2.10000",
"odds": "2.15000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ce95960-7778-4104-9d00-67ff1e36bea8/?format=api"
}
]
}