GET /api/bet_types/b4a0e544-170d-406c-bcee-89e6f6d10026/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b4a0e544-170d-406c-bcee-89e6f6d10026",
"match": "https://api-prod.gambitprofit.com/api/matches/0e75a381-be24-4e74-baed-7bc2e60c31e3/?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": "MIL",
"amount": 5501.0
},
{
"team": "PIT",
"amount": 4499.0
}
],
"expected_reward_tokens": 9131.66,
"profit_sb": 131.66,
"profit_sb_percentage": 1.46,
"recommended": true
},
"lines": [
{
"id": "e43e034b-dffe-432f-a90d-6d938043d6d3",
"gambit_id": "8ac39938-1fa6-4f9e-a962-f785aad1e506",
"last_updated": "2022-09-01T10:52:06.093021-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "1.66000",
"odds": "1.74070",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4a0e544-170d-406c-bcee-89e6f6d10026/?format=api"
},
{
"id": "53b291c7-1b78-445d-9215-19687d968795",
"gambit_id": "7b75e21a-272a-4d81-9dc1-60bd2403aa20",
"last_updated": "2022-09-01T10:52:06.093465-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PIT",
"reward": "2.03000",
"odds": "2.15000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b4a0e544-170d-406c-bcee-89e6f6d10026/?format=api"
}
]
}