GET /api/bet_types/3a8c20ab-d873-4c77-9b6b-e897f7815f20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3a8c20ab-d873-4c77-9b6b-e897f7815f20",
"match": "https://api-prod.gambitprofit.com/api/matches/b84e5985-ab1b-496b-86ce-a84caaeba0e0/?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": "Kentucky",
"amount": 5097.0
},
{
"team": "Northern Illinois",
"amount": 4903.0
}
],
"expected_reward_tokens": 9021.52,
"profit_sb": 21.52,
"profit_sb_percentage": 0.24,
"recommended": true
},
"lines": [
{
"id": "b8297e68-2e5a-4c6a-b10b-0fefa8823254",
"gambit_id": "35de894b-6226-4f3a-90d2-5ca695f3066e",
"last_updated": "2022-09-25T09:57:26.800019-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Kentucky",
"reward": "1.77000",
"odds": "1.86960",
"spread": "-27.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a8c20ab-d873-4c77-9b6b-e897f7815f20/?format=api"
},
{
"id": "cbe99793-ad00-4d0f-a91d-00f38df01c67",
"gambit_id": "a1ba5db0-7231-4849-8777-991744bb4fd9",
"last_updated": "2022-09-25T09:57:26.801032-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Northern Illinois",
"reward": "1.84000",
"odds": "1.95240",
"spread": "27.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a8c20ab-d873-4c77-9b6b-e897f7815f20/?format=api"
}
]
}