GET /api/bet_types/8e97ff5a-4e11-41e2-9d55-e38ad5f1b55c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8e97ff5a-4e11-41e2-9d55-e38ad5f1b55c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2ec7aecf-42a9-44ac-8a3b-43884b898705/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-16T09:21:54.744014-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": "Carolina Hurricanes",
                "amount": 7735.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 2265.0
            }
        ],
        "expected_reward_tokens": 9513.0,
        "profit_sb": 13.0,
        "profit_sb_percentage": 0.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "10d40da3-ba00-499e-908f-b92cf1c2e6f0",
            "gambit_id": "a56a8c82-14c1-485b-a8ad-1c141c49dcd6",
            "last_updated": "2023-02-17T09:52:03.199834-05:00",
            "created_at": "2023-02-16T09:21:54.745298-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e97ff5a-4e11-41e2-9d55-e38ad5f1b55c/?format=api"
        },
        {
            "id": "e734b3fe-98b7-4a6a-b14b-209ab248cfbd",
            "gambit_id": "e207e3a8-fa6d-4202-8fb9-778496c470e5",
            "last_updated": "2023-02-17T09:52:03.201005-05:00",
            "created_at": "2023-02-16T09:21:54.746617-05:00",
            "name": "Montreal Canadiens",
            "reward": "4.20000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8e97ff5a-4e11-41e2-9d55-e38ad5f1b55c/?format=api"
        }
    ]
}