GET /api/bet_types/6b3bd684-d531-4984-9e5f-9b6f6805e0f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6b3bd684-d531-4984-9e5f-9b6f6805e0f4",
"match": "https://api-prod.gambitprofit.com/api/matches/8e1c19e6-aadf-4f42-8e89-d5209b3b4626/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-11T11:43:22.785218-04: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": "Denver Broncos",
"amount": 5000.0
},
{
"team": "Arizona Cardinals",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "3f503b98-5177-446a-88c9-03d819eaf048",
"gambit_id": "4c13375e-d974-4de4-90be-bfe5986d5629",
"last_updated": "2023-08-12T18:23:12.294678-04:00",
"created_at": "2023-08-11T11:43:22.791411-04:00",
"name": "Denver Broncos",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b3bd684-d531-4984-9e5f-9b6f6805e0f4/?format=api"
},
{
"id": "399b01bc-1188-44ff-b593-714e334c4152",
"gambit_id": "213320e5-67ec-453a-8e60-4d808a5ff33d",
"last_updated": "2023-08-12T18:23:12.299583-04:00",
"created_at": "2023-08-11T11:43:22.796547-04:00",
"name": "Arizona Cardinals",
"reward": "1.87000",
"odds": "1.90910",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b3bd684-d531-4984-9e5f-9b6f6805e0f4/?format=api"
}
]
}