GET /api/bet_types/b455afbb-e456-4770-ba0c-58af9147016b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b455afbb-e456-4770-ba0c-58af9147016b",
"match": "https://api-prod.gambitprofit.com/api/matches/824046c9-b66c-4875-b430-16b1912be2d9/?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": "South Alabama",
"amount": 5000.0
},
{
"team": "Central Michigan",
"amount": 5000.0
}
],
"expected_reward_tokens": 9050.0,
"profit_sb": 50.0,
"profit_sb_percentage": 0.56,
"recommended": true
},
"lines": [
{
"id": "d343c845-e755-4a6e-a052-1005c1de224e",
"gambit_id": "6e939dc2-3a0e-4e3e-b63f-58d94331ac05",
"last_updated": "2022-09-11T11:02:03.028000-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "South Alabama",
"reward": "1.81000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b455afbb-e456-4770-ba0c-58af9147016b/?format=api"
},
{
"id": "3462c797-7aae-4c08-b750-43b566e75ed8",
"gambit_id": "80a51a13-57ed-45da-bd57-63f8dde773f8",
"last_updated": "2022-09-11T11:02:03.026915-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Central Michigan",
"reward": "1.81000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b455afbb-e456-4770-ba0c-58af9147016b/?format=api"
}
]
}