GET /api/bet_types/f7542139-bd1d-458c-84e9-65b8ca03bca0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f7542139-bd1d-458c-84e9-65b8ca03bca0",
"match": "https://api-prod.gambitprofit.com/api/matches/ea22a419-d4ff-4da2-95ee-fce0c49b6646/?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": "CLE",
"amount": 5916.0
},
{
"team": "CWS",
"amount": 4084.0
}
],
"expected_reward_tokens": 9228.96,
"profit_sb": 228.96,
"profit_sb_percentage": 2.54,
"recommended": true
},
"lines": [
{
"id": "391f2882-a26d-484c-b7d0-70772b27559b",
"gambit_id": "a13dd471-2c4d-4ceb-8c6e-eb9ff90dfc47",
"last_updated": "2022-12-24T17:12:11.755053-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CLE",
"reward": "1.56000",
"odds": "1.62500",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7542139-bd1d-458c-84e9-65b8ca03bca0/?format=api"
},
{
"id": "87a23e37-3231-4998-8907-9499f086531f",
"gambit_id": "4cddb03a-6baa-4267-a08e-8a82886571ce",
"last_updated": "2022-12-24T17:12:11.756197-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CWS",
"reward": "2.26000",
"odds": "2.40000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7542139-bd1d-458c-84e9-65b8ca03bca0/?format=api"
}
]
}