GET /api/bet_types/a001c8f0-bc74-42fa-b77e-637209d3ae78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a001c8f0-bc74-42fa-b77e-637209d3ae78",
    "match": "https://api-prod.gambitprofit.com/api/matches/44ce3085-8630-45fd-9c80-e62144eeeaf5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-11T09:01:54.109649-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": "Florida Panthers",
                "amount": 5316.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "2fc074d2-f798-4bb3-8a53-f14d8afb91be",
            "gambit_id": "07e40676-f53e-487a-a29f-8741b8b6a918",
            "last_updated": "2023-02-12T10:32:09.252203-05:00",
            "created_at": "2023-02-11T09:01:54.111001-05:00",
            "name": "Florida Panthers",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a001c8f0-bc74-42fa-b77e-637209d3ae78/?format=api"
        },
        {
            "id": "b78520aa-b7fe-42b6-b19e-f5d9f9700187",
            "gambit_id": "8fd43a6d-f28a-44d7-9842-9eb8f96abc04",
            "last_updated": "2023-02-12T10:32:09.253367-05:00",
            "created_at": "2023-02-11T09:01:54.112458-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a001c8f0-bc74-42fa-b77e-637209d3ae78/?format=api"
        }
    ]
}