GET /api/bet_types/c673cd18-5d93-4362-97aa-85d2f4cfe526/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c673cd18-5d93-4362-97aa-85d2f4cfe526",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3037be4-611c-4851-a325-e67f6c7ab6db/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-17T09:23:15.734472-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": 6314.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "e8fd4a4e-4644-4a49-ac0f-295eadeee26b",
            "gambit_id": "e99091a6-df52-43f5-8ab4-3ea5e2ef2860",
            "last_updated": "2023-11-18T18:08:24.507608-05:00",
            "created_at": "2023-11-17T09:23:15.745359-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c673cd18-5d93-4362-97aa-85d2f4cfe526/?format=api"
        },
        {
            "id": "7ef28f86-4ea8-477e-940d-20ab76682c6f",
            "gambit_id": "8820b9b1-a53f-4c83-be63-581e47063d10",
            "last_updated": "2023-11-18T18:08:24.511391-05:00",
            "created_at": "2023-11-17T09:23:15.752624-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c673cd18-5d93-4362-97aa-85d2f4cfe526/?format=api"
        }
    ]
}