GET /api/bet_types/2dd10841-f00e-463b-bab6-89ebb31f9c36/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2dd10841-f00e-463b-bab6-89ebb31f9c36",
"match": "https://api-prod.gambitprofit.com/api/matches/98147cc3-290f-4621-9573-a505ccdb41b0/?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": "Kansas",
"amount": 5097.0
},
{
"team": "Oklahoma State",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "66a82706-9fc0-4a68-b610-3699118afac2",
"gambit_id": "56f471d6-59ce-4d34-bac2-907fb150fcc6",
"last_updated": "2022-11-06T08:22:42.951835-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kansas",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd10841-f00e-463b-bab6-89ebb31f9c36/?format=api"
},
{
"id": "7af3bb27-dcfe-4c99-b761-8e68d85725f2",
"gambit_id": "9b0f2ce8-86b6-46b3-8aa5-866fe58634bf",
"last_updated": "2022-11-06T08:22:42.952828-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma State",
"reward": "1.84000",
"odds": "1.95240",
"spread": "3.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2dd10841-f00e-463b-bab6-89ebb31f9c36/?format=api"
}
]
}