GET /api/bet_types/5c73be02-0deb-45fd-8e06-83c599fc9c0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5c73be02-0deb-45fd-8e06-83c599fc9c0c",
"match": "https://api-prod.gambitprofit.com/api/matches/bd771eb1-f6ad-4031-9d44-736a9a2ba71e/?format=api",
"name": "Pick the Winner",
"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": "Ohio",
"amount": 6862.0
},
{
"team": "Bowling Green",
"amount": 3138.0
}
],
"expected_reward_tokens": 9194.34,
"profit_sb": 194.34,
"profit_sb_percentage": 2.16,
"recommended": true
},
"lines": [
{
"id": "eef6bcb2-0c48-4829-9413-f2f7d66ba017",
"gambit_id": "0b97afd2-c2c3-4bf2-8e23-2c0b7f54cc89",
"last_updated": "2022-11-23T09:47:23.173625-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Ohio",
"reward": "1.34000",
"odds": "1.38460",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c73be02-0deb-45fd-8e06-83c599fc9c0c/?format=api"
},
{
"id": "0d732ac8-4815-4707-9274-da0e7fe9707e",
"gambit_id": "5f60d071-ea84-4bcb-ab8f-133e103ba1c6",
"last_updated": "2022-11-23T09:47:23.174591-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Bowling Green",
"reward": "2.93000",
"odds": "3.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c73be02-0deb-45fd-8e06-83c599fc9c0c/?format=api"
}
]
}