GET /api/bet_types/633889d0-4238-4382-aae1-0d522ce12b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "633889d0-4238-4382-aae1-0d522ce12b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/59ba58ae-217d-46ac-a288-042177656ec8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-03T20:08:21.892274-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 6088.0
            },
            {
                "team": "West Ham United",
                "amount": 3912.0
            }
        ],
        "expected_reward_tokens": 12479.28,
        "profit_sb": 2979.28,
        "profit_sb_percentage": 31.36,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Brentford",
                "amount": 4477.0
            },
            {
                "team": "West Ham United",
                "amount": 2877.0
            },
            {
                "team": "Draw",
                "amount": 2645.0
            }
        ],
        "expected_reward_tokens": 9177.63,
        "profit_sb": -322.37,
        "profit_sb_percentage": -3.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1e0952f-a702-4a79-939e-bccb350dad0a",
            "gambit_id": "738309a8-268a-4b87-8cf2-c088c65f4d52",
            "last_updated": "2023-11-06T10:28:10.126903-05:00",
            "created_at": "2023-11-03T20:08:21.896942-04:00",
            "name": "Brentford",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/633889d0-4238-4382-aae1-0d522ce12b3f/?format=api"
        },
        {
            "id": "5881bd20-d500-48ce-b837-a94a0bb5c6e5",
            "gambit_id": "f446e8a2-36c3-47ab-a423-6482677fb608",
            "last_updated": "2023-11-06T10:28:10.130636-05:00",
            "created_at": "2023-11-03T20:08:21.900806-04:00",
            "name": "West Ham United",
            "reward": "3.19000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/633889d0-4238-4382-aae1-0d522ce12b3f/?format=api"
        },
        {
            "id": "b76339fd-cceb-441b-ad82-fb0044912c54",
            "gambit_id": "cd02af41-b546-4850-a64f-59d797d6e04f",
            "last_updated": "2023-11-06T10:28:10.134049-05:00",
            "created_at": "2023-11-03T20:08:21.905113-04:00",
            "name": "Draw",
            "reward": "3.47000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/633889d0-4238-4382-aae1-0d522ce12b3f/?format=api"
        }
    ]
}