GET /api/bet_types/91cd6dbe-e30c-46a7-a452-7ab9670b91ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91cd6dbe-e30c-46a7-a452-7ab9670b91ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/093a528c-0f2f-4a38-8f04-51d414ce9f34/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T17:37:09.612511-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": "Winnipeg Jets",
                "amount": 5521.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b5e490e-72bd-4fbc-80fa-fe61a13ccecd",
            "gambit_id": "67d3a718-d97a-4457-85a2-7835a29bff89",
            "last_updated": "2023-02-16T16:56:58.239971-05:00",
            "created_at": "2023-02-14T17:37:09.613781-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91cd6dbe-e30c-46a7-a452-7ab9670b91ed/?format=api"
        },
        {
            "id": "f62a1b11-2ed9-4691-abe2-02f85e63eba6",
            "gambit_id": "8b9c4415-1169-4632-b3d5-cbaf5986973f",
            "last_updated": "2023-02-16T16:56:58.241208-05:00",
            "created_at": "2023-02-14T17:37:09.615043-05:00",
            "name": "Seattle Kraken",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91cd6dbe-e30c-46a7-a452-7ab9670b91ed/?format=api"
        }
    ]
}