GET /api/bet_types/3a35b1c0-8c40-4678-b267-2c5c035822c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3a35b1c0-8c40-4678-b267-2c5c035822c0",
"match": "https://api-prod.gambitprofit.com/api/matches/6464fd33-92ca-4ffc-ae3b-5f36f012aeb2/?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": "TEX",
"amount": 6057.0
},
{
"team": "MIN",
"amount": 3943.0
}
],
"expected_reward_tokens": 9266.05,
"profit_sb": 266.05,
"profit_sb_percentage": 2.96,
"recommended": true
},
"lines": [
{
"id": "cbc75f13-f779-4775-9e16-f4456599a445",
"gambit_id": "15abec63-6068-4780-9b28-cd244e39257c",
"last_updated": "2022-08-20T12:02:02.014333-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "TEX",
"reward": "1.53000",
"odds": "1.58820",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a35b1c0-8c40-4678-b267-2c5c035822c0/?format=api"
},
{
"id": "054b4592-f932-4f6a-a687-72d4423bd4a6",
"gambit_id": "1632e475-5710-4f6a-880e-36f1933345be",
"last_updated": "2022-08-20T12:02:02.013863-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "2.35000",
"odds": "2.50000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a35b1c0-8c40-4678-b267-2c5c035822c0/?format=api"
}
]
}