GET /api/bet_types/4fb70f29-6d0e-4004-9927-adb95b1025ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4fb70f29-6d0e-4004-9927-adb95b1025ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/66e172ca-c7a6-4c93-baa2-0b7633025a5e/?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": "Borussia Dortmund",
                "amount": 6894.0
            },
            {
                "team": "Draw",
                "amount": 3106.0
            }
        ],
        "expected_reward_tokens": 11305.84,
        "profit_sb": 2305.84,
        "profit_sb_percentage": 25.62,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Borussia Dortmund",
                "amount": 5354.0
            },
            {
                "team": "Draw",
                "amount": 2412.0
            },
            {
                "team": "FC Copenhagen",
                "amount": 2234.0
            }
        ],
        "expected_reward_tokens": 8779.62,
        "profit_sb": -220.38,
        "profit_sb_percentage": -2.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "98cbdf3f-157d-449e-a301-2a0d1a37b675",
            "gambit_id": "3132a568-fe5a-4722-b276-43b53f0b400e",
            "last_updated": "2022-11-03T10:08:42.012083-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Borussia Dortmund",
            "reward": "1.64000",
            "odds": "1.73000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fb70f29-6d0e-4004-9927-adb95b1025ab/?format=api"
        },
        {
            "id": "00ce863b-f80f-4d44-bb44-66d725500d36",
            "gambit_id": "9bfe7598-7456-4a9b-bd65-4e52ba7f0deb",
            "last_updated": "2022-11-03T10:08:42.014011-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.64000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fb70f29-6d0e-4004-9927-adb95b1025ab/?format=api"
        },
        {
            "id": "a9720f45-c4bd-4d49-9189-21d84f5874ec",
            "gambit_id": "d82163ae-dba8-46bd-8370-e1b29da756e6",
            "last_updated": "2022-11-03T10:08:42.013054-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "FC Copenhagen",
            "reward": "3.93000",
            "odds": "4.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4fb70f29-6d0e-4004-9927-adb95b1025ab/?format=api"
        }
    ]
}