GET /api/bet_types/6d309edf-d5be-4dc0-8fc9-1d799da8ee3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6d309edf-d5be-4dc0-8fc9-1d799da8ee3c",
"match": "https://api-prod.gambitprofit.com/api/matches/9a0250d1-6d40-4795-b7da-7bab4e95b419/?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": "DET",
"amount": 5829.0
},
{
"team": "BAL",
"amount": 4171.0
}
],
"expected_reward_tokens": 9092.78,
"profit_sb": 92.78,
"profit_sb_percentage": 1.03,
"recommended": true
},
"lines": [
{
"id": "7ff18be2-2496-49f3-bb66-f56fc4a5126d",
"gambit_id": "86647c98-5cf1-457c-95b0-9ddc4bbec113",
"last_updated": "2022-09-22T15:07:23.556583-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.56000",
"odds": "1.64520",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d309edf-d5be-4dc0-8fc9-1d799da8ee3c/?format=api"
},
{
"id": "22eeae35-dfea-4f17-bac6-eb84bb16b49c",
"gambit_id": "c4eb28b5-d513-4ec1-8df6-436f4e5ca204",
"last_updated": "2022-09-22T15:07:23.555465-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "2.18000",
"odds": "2.35000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d309edf-d5be-4dc0-8fc9-1d799da8ee3c/?format=api"
}
]
}