GET /api/bet_types/237d32d5-01b1-4e75-916a-6ead68874544/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "237d32d5-01b1-4e75-916a-6ead68874544",
"match": "https://api-prod.gambitprofit.com/api/matches/ef6c3cd0-e5db-4269-b563-906371de1876/?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": "Ohio State",
"amount": 5106.0
},
{
"team": "Michigan State",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "dc41ed9a-14eb-437f-aad1-950d2184ea87",
"gambit_id": "9b9c5fc9-1dbb-4487-9157-59fcb7a53dfb",
"last_updated": "2022-10-09T18:27:13.795644-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ohio State",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-27.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237d32d5-01b1-4e75-916a-6ead68874544/?format=api"
},
{
"id": "c1cb5a5d-8701-40e4-b57f-f4f8299d8e6e",
"gambit_id": "693346d8-f3c6-4c47-85bf-92bbabc8ff5b",
"last_updated": "2022-10-09T18:27:13.794693-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Michigan State",
"reward": "1.92000",
"odds": "1.95240",
"spread": "27.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/237d32d5-01b1-4e75-916a-6ead68874544/?format=api"
}
]
}