GET /api/bet_types/44c2f808-0b49-43c4-9228-a4cd3a48e25f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "44c2f808-0b49-43c4-9228-a4cd3a48e25f",
"match": "https://api-prod.gambitprofit.com/api/matches/04ab6ab8-595d-482e-a550-0dd432825c93/?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": "North Texas",
"amount": 5000.0
},
{
"team": "Boise State",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "3aa8280b-28c8-4ea9-8c6d-d9124cf9d4e9",
"gambit_id": "6abe5e73-1bf5-422e-a421-bbabfcbedb45",
"last_updated": "2022-12-19T09:47:18.371517-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "North Texas",
"reward": "1.80000",
"odds": "1.90910",
"spread": "12.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44c2f808-0b49-43c4-9228-a4cd3a48e25f/?format=api"
},
{
"id": "84043555-140f-48eb-b386-fe62c0f1d0d8",
"gambit_id": "f1d22bfb-57fe-4186-91ec-2e9720a9d769",
"last_updated": "2022-12-19T09:47:18.372582-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boise State",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-12.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/44c2f808-0b49-43c4-9228-a4cd3a48e25f/?format=api"
}
]
}