GET /api/bet_types/abb332fc-bd4b-4fb9-ac32-2d9b6105dde9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abb332fc-bd4b-4fb9-ac32-2d9b6105dde9",
    "match": "https://api-prod.gambitprofit.com/api/matches/2553a346-882b-487b-9d99-d01e9bb36a7b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-24T08:57:56.317211-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": "Ottawa Senators",
                "amount": 6222.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "0c93d4f1-1699-4f6c-a641-a89cc0114f8e",
            "gambit_id": "dfcbc8bd-ed32-4278-96f6-85b50760492b",
            "last_updated": "2023-10-26T10:23:04.227499-04:00",
            "created_at": "2023-10-24T08:57:56.326762-04:00",
            "name": "Ottawa Senators",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb332fc-bd4b-4fb9-ac32-2d9b6105dde9/?format=api"
        },
        {
            "id": "e7e67f17-43f1-49c6-a4ad-8c87a5b45c69",
            "gambit_id": "8c949ed9-04d0-407c-948b-01171487e440",
            "last_updated": "2023-10-26T10:23:04.223770-04:00",
            "created_at": "2023-10-24T08:57:56.321121-04:00",
            "name": "Buffalo Sabres",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abb332fc-bd4b-4fb9-ac32-2d9b6105dde9/?format=api"
        }
    ]
}