GET /api/bet_types/3fe2cc7e-8239-4049-bf39-774ca7f440c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3fe2cc7e-8239-4049-bf39-774ca7f440c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/cec21720-1c9a-4710-b116-bd1a7221a14b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:37:00.890633-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": "Boston Bruins",
                "amount": 5419.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "59e8fe80-4f8d-4be5-a32a-bcec06265e88",
            "gambit_id": "7935c2f5-c555-4627-a4bf-b16c546eb16d",
            "last_updated": "2023-03-01T09:47:08.025125-05:00",
            "created_at": "2023-02-28T12:37:00.893070-05:00",
            "name": "Boston Bruins",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe2cc7e-8239-4049-bf39-774ca7f440c1/?format=api"
        },
        {
            "id": "b800eb6e-8e38-4670-b7e8-80b1077a65a6",
            "gambit_id": "a10a1937-9330-4f55-8d00-fb3459c1aad4",
            "last_updated": "2023-03-01T09:47:08.023953-05:00",
            "created_at": "2023-02-28T12:37:00.891809-05:00",
            "name": "Calgary Flames",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3fe2cc7e-8239-4049-bf39-774ca7f440c1/?format=api"
        }
    ]
}