GET /api/bet_types/e6b643b9-d97a-40de-a12c-591309c0b635/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e6b643b9-d97a-40de-a12c-591309c0b635",
"match": "https://api-prod.gambitprofit.com/api/matches/651ebc52-9ed8-4274-b042-bef94bc5353f/?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": "Wisconsin",
"amount": 5000.0
},
{
"team": "Northwestern",
"amount": 5000.0
}
],
"expected_reward_tokens": 9400.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.05,
"recommended": false
},
"lines": [
{
"id": "10adccea-7003-43ef-b9bb-3e149b43b542",
"gambit_id": "04c1c7a0-fe98-4244-b10b-f9c7ec638f00",
"last_updated": "2022-10-11T10:57:35.807589-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Wisconsin",
"reward": "1.88000",
"odds": "1.90910",
"spread": "-10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6b643b9-d97a-40de-a12c-591309c0b635/?format=api"
},
{
"id": "4fd11f2b-98e9-4894-8aa4-cfe885ae2bcc",
"gambit_id": "d5d6233d-edcd-4454-9c5f-6cc01bc51c47",
"last_updated": "2022-10-11T10:57:35.806632-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Northwestern",
"reward": "1.88000",
"odds": "1.90910",
"spread": "10.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6b643b9-d97a-40de-a12c-591309c0b635/?format=api"
}
]
}