GET /api/bet_types/f8c14a99-b048-4fee-8bb9-fb6dd2cec344/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8c14a99-b048-4fee-8bb9-fb6dd2cec344",
    "match": "https://api-prod.gambitprofit.com/api/matches/40875b38-ab3c-4755-99d2-cc0b5801bd97/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-15T08:47:23.123730-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": "New York Rangers",
                "amount": 6401.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "aaed61cc-398f-453c-8efe-0442c542cdca",
            "gambit_id": "6f6fd1c2-b135-4be1-a579-b1a63aea282f",
            "last_updated": "2023-02-16T16:52:03.180484-05:00",
            "created_at": "2023-02-15T08:47:23.126480-05:00",
            "name": "New York Rangers",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c14a99-b048-4fee-8bb9-fb6dd2cec344/?format=api"
        },
        {
            "id": "cf654cdf-147f-4268-aa8b-90c09c7a9e69",
            "gambit_id": "2a2c23af-fe11-4c7b-b699-9d77f72001e6",
            "last_updated": "2023-02-16T16:52:03.179273-05:00",
            "created_at": "2023-02-15T08:47:23.125138-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8c14a99-b048-4fee-8bb9-fb6dd2cec344/?format=api"
        }
    ]
}