GET /api/bet_types/8354cd1c-d328-4fe6-9c37-714c82e9d44e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8354cd1c-d328-4fe6-9c37-714c82e9d44e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a081cc4a-c4c1-4932-ace9-53ae1da1998f/?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": "Bayer 04 Leverkusen",
                "amount": 7289.0
            },
            {
                "team": "Draw",
                "amount": 2711.0
            }
        ],
        "expected_reward_tokens": 10787.72,
        "profit_sb": 1787.72,
        "profit_sb_percentage": 19.86,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Bayer 04 Leverkusen",
                "amount": 5983.0
            },
            {
                "team": "Draw",
                "amount": 2225.0
            },
            {
                "team": "Club Brugge",
                "amount": 1792.0
            }
        ],
        "expected_reward_tokens": 8852.48,
        "profit_sb": -147.52,
        "profit_sb_percentage": -1.64,
        "recommended": false
    },
    "lines": [
        {
            "id": "344aed88-fe6a-4a32-bdae-a335be3bf0b1",
            "gambit_id": "1ab0331a-4732-4257-bcd2-7c5a3ae149ba",
            "last_updated": "2022-11-02T21:02:13.972111-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Bayer 04 Leverkusen",
            "reward": "1.48000",
            "odds": "1.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8354cd1c-d328-4fe6-9c37-714c82e9d44e/?format=api"
        },
        {
            "id": "49d031ae-5d84-4035-97e0-b591a8f85585",
            "gambit_id": "09485975-c13c-4e9b-8a45-84c9c3b5c02c",
            "last_updated": "2022-11-02T21:02:13.974058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.98000",
            "odds": "4.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8354cd1c-d328-4fe6-9c37-714c82e9d44e/?format=api"
        },
        {
            "id": "218566b7-2255-4b66-9b2a-c607658ed8b9",
            "gambit_id": "02884a47-c34d-46e1-9036-65e5c37b2627",
            "last_updated": "2022-11-02T21:02:13.973097-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Club Brugge",
            "reward": "4.94000",
            "odds": "5.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8354cd1c-d328-4fe6-9c37-714c82e9d44e/?format=api"
        }
    ]
}