GET /api/bet_types/c77a8500-29ca-40f1-b3ca-9b0228396727/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "c77a8500-29ca-40f1-b3ca-9b0228396727",
"match": "https://api-prod.gambitprofit.com/api/matches/8c643717-2e32-4ea9-9ccb-3706f2e43cfb/?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": "Sacramento Kings",
"amount": 5098.0
},
{
"team": "Los Angeles Lakers",
"amount": 4902.0
}
],
"expected_reward_tokens": 8921.5,
"profit_sb": -78.5,
"profit_sb_percentage": -0.87,
"recommended": false
},
"lines": [
{
"id": "423b22f2-44f9-4e29-9ae8-fead2799522c",
"gambit_id": "56ed180f-442e-4588-8d48-562bcf44a9b3",
"last_updated": "2022-12-22T10:32:27.635122-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Sacramento Kings",
"reward": "1.75000",
"odds": "1.86960",
"spread": "-8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77a8500-29ca-40f1-b3ca-9b0228396727/?format=api"
},
{
"id": "269840c7-82e8-4e39-be8e-9dd33ab22b9f",
"gambit_id": "fde607e3-526c-4690-b7fb-34dad568c02c",
"last_updated": "2022-12-22T10:32:27.636160-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Lakers",
"reward": "1.82000",
"odds": "1.95240",
"spread": "8.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c77a8500-29ca-40f1-b3ca-9b0228396727/?format=api"
}
]
}