GET /api/bet_types/32a4814c-b92f-4c75-98fa-6f0b1002769c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "32a4814c-b92f-4c75-98fa-6f0b1002769c",
"match": "https://api-prod.gambitprofit.com/api/matches/03e6f00c-4ae4-4400-8202-6e9378a5596d/?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": "KAN",
"amount": 6278.0
},
{
"team": "DET",
"amount": 3722.0
}
],
"expected_reward_tokens": 9228.66,
"profit_sb": 228.66,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "030e459c-21e3-439d-acfd-7f752909ebe6",
"gambit_id": "ce206945-1d91-4456-8e7e-3f9b7f1d0bc2",
"last_updated": "2022-09-05T13:42:11.473752-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "KAN",
"reward": "1.47000",
"odds": "1.52630",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32a4814c-b92f-4c75-98fa-6f0b1002769c/?format=api"
},
{
"id": "5b8be764-cab1-4bd2-a1b7-d6eb4b437f9e",
"gambit_id": "ca44eb46-fcfc-480d-961e-aca3ad6872a8",
"last_updated": "2022-09-05T13:42:11.472710-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "DET",
"reward": "2.48000",
"odds": "2.65000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/32a4814c-b92f-4c75-98fa-6f0b1002769c/?format=api"
}
]
}