GET /api/bet_types/1eeca9c1-8836-48e1-9b0d-509b368f264a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1eeca9c1-8836-48e1-9b0d-509b368f264a",
"match": "https://api-prod.gambitprofit.com/api/matches/c1b00e01-79a6-42d9-ae62-db169b2f90e9/?format=api",
"name": "Play the Odds",
"created_at": "2023-09-11T08:48:20.919170-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": 6154.0
},
{
"team": "NYM",
"amount": 3846.0
}
],
"expected_reward_tokens": 9538.08,
"profit_sb": 38.08,
"profit_sb_percentage": 0.4,
"recommended": true
},
"lines": [
{
"id": "f253cd88-971a-466c-9292-081a1df0eb82",
"gambit_id": "8e11551e-c7d2-4500-9422-ca74660ad14d",
"last_updated": "2023-09-12T21:23:17.939745-04:00",
"created_at": "2023-09-11T08:48:20.923413-04:00",
"name": "ARI",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eeca9c1-8836-48e1-9b0d-509b368f264a/?format=api"
},
{
"id": "7220e1e3-cbf9-45f8-91f6-1cb80697f4a2",
"gambit_id": "8d6fc7bd-aff2-4bb2-b21a-a174b38812e3",
"last_updated": "2023-09-12T21:23:17.942916-04:00",
"created_at": "2023-09-11T08:48:20.927726-04:00",
"name": "NYM",
"reward": "2.48000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eeca9c1-8836-48e1-9b0d-509b368f264a/?format=api"
}
]
}