GET /api/bet_types/df52b817-9aa6-42f8-bb9b-728e378e348b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df52b817-9aa6-42f8-bb9b-728e378e348b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0971e2a3-8c0e-4586-8248-bdaccf69cc52/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Toronto FC",
                "amount": 6124.0
            },
            {
                "team": "Inter Miami CF",
                "amount": 3876.0
            }
        ],
        "expected_reward_tokens": 11511.72,
        "profit_sb": 2511.72,
        "profit_sb_percentage": 27.91,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Toronto FC",
                "amount": 4649.0
            },
            {
                "team": "Inter Miami CF",
                "amount": 2943.0
            },
            {
                "team": "Draw",
                "amount": 2408.0
            }
        ],
        "expected_reward_tokens": 8740.12,
        "profit_sb": -259.88,
        "profit_sb_percentage": -2.89,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f3c2137-0d89-4166-9e18-95ee180be0e5",
            "gambit_id": "98ce9cf3-1659-4d1d-b40d-dc670142f7a5",
            "last_updated": "2022-10-03T19:07:02.978490-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto FC",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df52b817-9aa6-42f8-bb9b-728e378e348b/?format=api"
        },
        {
            "id": "cb3693a0-be32-4164-8fa3-23dd9cc32b85",
            "gambit_id": "f128115b-aa65-4bb7-a7e2-905a03ed05bc",
            "last_updated": "2022-10-03T19:07:02.980705-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Inter Miami CF",
            "reward": "2.97000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df52b817-9aa6-42f8-bb9b-728e378e348b/?format=api"
        },
        {
            "id": "be6092f9-7f28-40fc-b17e-27aa6696135a",
            "gambit_id": "2cb277ce-b512-4200-876f-cc36272ad5ce",
            "last_updated": "2022-10-03T19:07:02.979603-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.63000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df52b817-9aa6-42f8-bb9b-728e378e348b/?format=api"
        }
    ]
}