GET /api/bet_types/77de18cc-2634-4322-b679-c9eb03d711af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "77de18cc-2634-4322-b679-c9eb03d711af",
"match": "https://api-prod.gambitprofit.com/api/matches/8de9867a-5268-407c-8334-0f6bf5aa2715/?format=api",
"name": "Play the Odds",
"created_at": "2023-08-30T08:18:12.717786-04: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": "LAA",
"amount": 5423.0
},
{
"team": "PHI",
"amount": 4577.0
}
],
"expected_reward_tokens": 9381.79,
"profit_sb": -118.21,
"profit_sb_percentage": -1.24,
"recommended": false
},
"lines": [
{
"id": "e7af984b-b05c-4cf5-87b4-3ed5a9c9e86b",
"gambit_id": "e695eb9f-37be-4e80-b519-cadf9512a799",
"last_updated": "2023-08-31T19:28:23.023264-04:00",
"created_at": "2023-08-30T08:18:12.721770-04:00",
"name": "LAA",
"reward": "1.73000",
"odds": "1.76920",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77de18cc-2634-4322-b679-c9eb03d711af/?format=api"
},
{
"id": "29256ebe-ed04-46b6-9150-46616a6a9219",
"gambit_id": "2a631deb-38f9-40c7-ad66-2e8f5ea92cae",
"last_updated": "2023-08-31T19:28:23.026427-04:00",
"created_at": "2023-08-30T08:18:12.726472-04:00",
"name": "PHI",
"reward": "2.05000",
"odds": "2.10000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77de18cc-2634-4322-b679-c9eb03d711af/?format=api"
}
]
}