GET /api/bet_types/d4919df6-a96c-4688-95e3-fec9b3c580ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "d4919df6-a96c-4688-95e3-fec9b3c580ed",
"match": "https://api-prod.gambitprofit.com/api/matches/4796b223-a5eb-4a3c-bae7-241b57586508/?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": 5571.0
},
{
"team": "CWS",
"amount": 4429.0
}
],
"expected_reward_tokens": 9079.45,
"profit_sb": 79.45,
"profit_sb_percentage": 0.88,
"recommended": true
},
"lines": [
{
"id": "adf36aba-6d8b-4d15-b7fa-6ef26e80ebd8",
"gambit_id": "5b1f9ec2-527d-49d6-a635-e66de3ce2646",
"last_updated": "2022-09-25T21:46:54.585673-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "1.63000",
"odds": "1.71430",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4919df6-a96c-4688-95e3-fec9b3c580ed/?format=api"
},
{
"id": "fa28063e-88e3-4d94-bee4-85ced7f17368",
"gambit_id": "56a73b63-1712-4b44-a4f4-0bf9847d9b2a",
"last_updated": "2022-09-25T21:46:54.584697-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "2.05000",
"odds": "2.20000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4919df6-a96c-4688-95e3-fec9b3c580ed/?format=api"
}
]
}