GET /api/bet_types/037b27d6-dd5a-40fb-a15b-6d750aebfe36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "037b27d6-dd5a-40fb-a15b-6d750aebfe36",
"match": "https://api-prod.gambitprofit.com/api/matches/41b7c239-db7d-42a0-a704-7a2c7bf3a960/?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": "Iowa",
"amount": 5000.0
},
{
"team": "Northwestern",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "a97421eb-0284-40eb-a4cd-8cbf27b330d0",
"gambit_id": "c9a4a2a7-cb97-499e-98b6-bd953d12247a",
"last_updated": "2022-10-31T10:32:23.303846-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Iowa",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/037b27d6-dd5a-40fb-a15b-6d750aebfe36/?format=api"
},
{
"id": "f8b6b7ca-7a85-4ee1-a0ab-c38dad86a961",
"gambit_id": "f7db9ec1-277b-416e-8ab1-1b61f290b8ba",
"last_updated": "2022-10-31T10:32:23.304817-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Northwestern",
"reward": "1.88000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/037b27d6-dd5a-40fb-a15b-6d750aebfe36/?format=api"
}
]
}