GET /api/bet_types/bc60696d-8450-4cfb-8937-4746ac2df8af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bc60696d-8450-4cfb-8937-4746ac2df8af",
"match": "https://api-prod.gambitprofit.com/api/matches/c6c0b03f-fc57-471d-b1c8-ddabc7f44ad7/?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": "COL",
"amount": 6114.0
},
{
"team": "CHC",
"amount": 3886.0
}
],
"expected_reward_tokens": 9170.96,
"profit_sb": 170.96,
"profit_sb_percentage": 1.9,
"recommended": true
},
"lines": [
{
"id": "dcd2bf0f-aed4-4e15-aef5-f035f55b1186",
"gambit_id": "379bd8f8-7d29-4376-b210-e6538d6ae59d",
"last_updated": "2022-09-19T11:47:12.968898-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.50000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc60696d-8450-4cfb-8937-4746ac2df8af/?format=api"
},
{
"id": "82a170a6-b137-4b46-97f8-e8c68e85fd07",
"gambit_id": "c347738d-f58c-48e8-bb90-a3f606f84476",
"last_updated": "2022-09-19T11:47:12.967772-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "CHC",
"reward": "2.36000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc60696d-8450-4cfb-8937-4746ac2df8af/?format=api"
}
]
}