GET /api/bet_types/5e3ae130-05ac-4d91-a17e-41626ae2b5aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e3ae130-05ac-4d91-a17e-41626ae2b5aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/67d34665-7bf1-491b-a1bc-f4c39f0f5933/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-06T09:08:11.304726-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": "Edmonton Oilers",
                "amount": 5773.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "1729e195-11d2-4f54-a972-e9f673713ee9",
            "gambit_id": "bfffdf8b-2efd-4b80-8506-d5acf8d76853",
            "last_updated": "2024-02-07T01:53:02.800025-05:00",
            "created_at": "2024-02-06T09:08:11.308979-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e3ae130-05ac-4d91-a17e-41626ae2b5aa/?format=api"
        },
        {
            "id": "e066d367-8efc-4fcc-a838-a2e4f1292b9e",
            "gambit_id": "42f2766a-5724-45dd-a67e-e228609156f6",
            "last_updated": "2024-02-07T01:53:02.803517-05:00",
            "created_at": "2024-02-06T09:08:11.313240-05:00",
            "name": "Vegas Golden Knights",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e3ae130-05ac-4d91-a17e-41626ae2b5aa/?format=api"
        }
    ]
}