GET /api/bet_types/2afe3334-0159-4888-b771-6ebe5c5829d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2afe3334-0159-4888-b771-6ebe5c5829d7",
"match": "https://api-prod.gambitprofit.com/api/matches/2fed9ffa-4a41-476e-874c-c7f772e5f699/?format=api",
"name": "Play the Odds",
"created_at": "2023-06-14T05:58:09.933226-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": 5867.0
},
{
"team": "TEX",
"amount": 4133.0
}
],
"expected_reward_tokens": 9504.54,
"profit_sb": 4.54,
"profit_sb_percentage": 0.05,
"recommended": true
},
"lines": [
{
"id": "39830558-c607-46d6-8df2-a3966a88898c",
"gambit_id": "d876970e-246b-4d28-835f-b197164cb154",
"last_updated": "2023-06-15T17:23:07.328786-04:00",
"created_at": "2023-06-14T05:58:09.935703-04:00",
"name": "LAA",
"reward": "1.62000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2afe3334-0159-4888-b771-6ebe5c5829d7/?format=api"
},
{
"id": "12b30a3c-1181-4422-b8ce-c96583be4d71",
"gambit_id": "418a8e16-6ab6-4abd-b474-0881734e3a03",
"last_updated": "2023-06-15T17:23:07.330992-04:00",
"created_at": "2023-06-14T05:58:09.938174-04:00",
"name": "TEX",
"reward": "2.30000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2afe3334-0159-4888-b771-6ebe5c5829d7/?format=api"
}
]
}