GET /api/bet_types/fee4064c-c56b-4d62-b345-e1dfc06a3a5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "fee4064c-c56b-4d62-b345-e1dfc06a3a5a",
"match": "https://api-prod.gambitprofit.com/api/matches/cc264846-f116-4edc-880f-64704d6e6dd6/?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": 5511.0
},
{
"team": "STL",
"amount": 4489.0
}
],
"expected_reward_tokens": 9202.45,
"profit_sb": 202.45,
"profit_sb_percentage": 2.25,
"recommended": true
},
"lines": [
{
"id": "c598cc23-5ea2-46b0-881f-02f4a84f020b",
"gambit_id": "466651ec-28c4-4fd5-b32b-208c80453e17",
"last_updated": "2022-08-18T10:31:48.861198-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "COL",
"reward": "1.67000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee4064c-c56b-4d62-b345-e1dfc06a3a5a/?format=api"
},
{
"id": "4f619634-91ff-4d86-ac70-1f34a37f1073",
"gambit_id": "a457dbef-603c-40c1-9007-52579f6682d4",
"last_updated": "2022-08-18T10:31:48.861732-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "STL",
"reward": "2.05000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fee4064c-c56b-4d62-b345-e1dfc06a3a5a/?format=api"
}
]
}