GET /api/bet_types/aa010c03-2775-48a4-9981-8adc1777d293/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "aa010c03-2775-48a4-9981-8adc1777d293",
"match": "https://api-prod.gambitprofit.com/api/matches/c9b62383-14b1-42e3-b350-06eeb27e725c/?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": "Winnipeg Jets",
"amount": 6170.0
},
{
"team": "Carolina Hurricanes",
"amount": 3830.0
}
],
"expected_reward_tokens": 9192.0,
"profit_sb": 192.0,
"profit_sb_percentage": 2.13,
"recommended": true
},
"lines": [
{
"id": "8885fd50-bb3c-4654-ad86-4632e167e6e9",
"gambit_id": "f8a8a110-3b25-44ca-9142-e2d538503aac",
"last_updated": "2022-11-22T10:07:05.025850-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Winnipeg Jets",
"reward": "1.49000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa010c03-2775-48a4-9981-8adc1777d293/?format=api"
},
{
"id": "c3e7ed4d-812d-41b0-bafc-ef7c93236b48",
"gambit_id": "af699bd7-686a-4a51-8f9d-3de9a36bef73",
"last_updated": "2022-11-22T10:07:05.026804-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Carolina Hurricanes",
"reward": "2.40000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa010c03-2775-48a4-9981-8adc1777d293/?format=api"
}
]
}