GET /api/bet_types/9843b37e-820e-403b-b026-e571d106666d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9843b37e-820e-403b-b026-e571d106666d",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb6646b0-6d6e-40d8-ae89-f3b89e38fab4/?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": "Columbus Crew",
                "amount": 6800.0
            },
            {
                "team": "Draw",
                "amount": 3200.0
            }
        ],
        "expected_reward_tokens": 11424.0,
        "profit_sb": 2424.0,
        "profit_sb_percentage": 26.93,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Columbus Crew",
                "amount": 5289.0
            },
            {
                "team": "Draw",
                "amount": 2489.0
            },
            {
                "team": "Chicago Fire",
                "amount": 2222.0
            }
        ],
        "expected_reward_tokens": 8885.52,
        "profit_sb": -114.48,
        "profit_sb_percentage": -1.27,
        "recommended": false
    },
    "lines": [
        {
            "id": "49d98cc9-c0fe-4047-8b6d-19d9b9f56b0a",
            "gambit_id": "46c66caf-109a-4338-8d97-c17e074201eb",
            "last_updated": "2022-09-05T10:52:18.220598-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Columbus Crew",
            "reward": "1.68000",
            "odds": "1.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9843b37e-820e-403b-b026-e571d106666d/?format=api"
        },
        {
            "id": "b1c97ea9-77f6-43aa-afd2-4d658f0763ab",
            "gambit_id": "c9fdd82b-63b4-4e9f-99f8-60aef462e874",
            "last_updated": "2022-09-05T10:52:18.221599-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.57000",
            "odds": "3.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9843b37e-820e-403b-b026-e571d106666d/?format=api"
        },
        {
            "id": "b676c79f-ed93-4268-97fc-a6c7b9c0bb07",
            "gambit_id": "73383c79-b3fe-4d1c-894d-923c783142f2",
            "last_updated": "2022-09-05T10:52:18.219604-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Fire",
            "reward": "4.00000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9843b37e-820e-403b-b026-e571d106666d/?format=api"
        }
    ]
}