GET /api/bet_types/e37fc86f-9fa5-4820-86c5-87ceaefcca10/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e37fc86f-9fa5-4820-86c5-87ceaefcca10",
"match": "https://api-prod.gambitprofit.com/api/matches/3209ddb0-6b06-4d7c-b6ef-5206149ab7c7/?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": "Louisiana Tech",
"amount": 5000.0
},
{
"team": "Clemson",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "42eacf29-b141-45d6-b8d4-22336af007cc",
"gambit_id": "b43642c6-7f99-41fc-a26a-c98d0383b053",
"last_updated": "2022-09-18T09:37:48.194710-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Louisiana Tech",
"reward": "1.81000",
"odds": "1.90910",
"spread": "33.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37fc86f-9fa5-4820-86c5-87ceaefcca10/?format=api"
},
{
"id": "b88828a3-9056-4b56-91bc-79d039456b38",
"gambit_id": "b84555cb-c9eb-4dc6-9e6c-2d1d6aef642e",
"last_updated": "2022-09-18T09:37:48.193731-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Clemson",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-33.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e37fc86f-9fa5-4820-86c5-87ceaefcca10/?format=api"
}
]
}