GET /api/bet_types/7e5dd3f5-3a22-4d6b-97f3-01524f9f5a33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7e5dd3f5-3a22-4d6b-97f3-01524f9f5a33",
"match": "https://api-prod.gambitprofit.com/api/matches/eeb01e59-6078-4ca9-93fe-72e0ff92b0d8/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-11T09:32:15.420137-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": "Detroit Pistons",
"amount": 5000.0
},
{
"team": "Indiana Pacers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "f9e537b3-5d80-4bf9-b819-a3601546900b",
"gambit_id": "3f07a54f-c124-434b-ae18-c294c1512a2f",
"last_updated": "2023-03-12T19:37:16.312099-04:00",
"created_at": "2023-03-11T09:32:15.421358-05:00",
"name": "Detroit Pistons",
"reward": "1.87000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5dd3f5-3a22-4d6b-97f3-01524f9f5a33/?format=api"
},
{
"id": "100ac7c0-06cc-41e7-9c5f-3c8607437299",
"gambit_id": "81dd2422-57eb-4100-9cea-72fde3be6bd1",
"last_updated": "2023-03-12T19:37:16.313700-04:00",
"created_at": "2023-03-11T09:32:15.422706-05:00",
"name": "Indiana Pacers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5dd3f5-3a22-4d6b-97f3-01524f9f5a33/?format=api"
}
]
}