GET /api/bet_types/bd6841e4-2291-41cf-a5b9-ecd59d9a5986/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd6841e4-2291-41cf-a5b9-ecd59d9a5986",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcd810bc-aad5-49ca-aed8-a5c90db1bd76/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-07T09:48:17.411340-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": "Toronto Maple Leafs",
                "amount": 5421.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "23900077-bb16-423c-908e-ad856a1e6615",
            "gambit_id": "e1b67b27-6fd2-4eb1-84d1-ded1ab0395c6",
            "last_updated": "2023-12-08T21:18:06.825666-05:00",
            "created_at": "2023-12-07T09:48:17.416069-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd6841e4-2291-41cf-a5b9-ecd59d9a5986/?format=api"
        },
        {
            "id": "01b6eaf7-dcc1-4b54-8ded-de4c6203a884",
            "gambit_id": "aa455c3b-fea9-4a91-95fd-d3f778718f17",
            "last_updated": "2023-12-08T21:18:06.829324-05:00",
            "created_at": "2023-12-07T09:48:17.420153-05:00",
            "name": "Ottawa Senators",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd6841e4-2291-41cf-a5b9-ecd59d9a5986/?format=api"
        }
    ]
}