GET /api/bet_types/ab5c6d20-3f31-4300-99a8-30561199204a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab5c6d20-3f31-4300-99a8-30561199204a",
    "match": "https://api-prod.gambitprofit.com/api/matches/d2d649f7-6d2d-4ccb-a7bd-d6d0b5152a12/?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": "Liverpool",
                "amount": 6270.0
            },
            {
                "team": "Tottenham",
                "amount": 3730.0
            }
        ],
        "expected_reward_tokens": 11786.8,
        "profit_sb": 2786.8,
        "profit_sb_percentage": 30.96,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Liverpool",
                "amount": 4663.0
            },
            {
                "team": "Tottenham",
                "amount": 2774.0
            },
            {
                "team": "Draw",
                "amount": 2563.0
            }
        ],
        "expected_reward_tokens": 8765.46,
        "profit_sb": -234.54,
        "profit_sb_percentage": -2.61,
        "recommended": false
    },
    "lines": [
        {
            "id": "24ed0168-03d1-4777-b461-201fc5e5be8a",
            "gambit_id": "9945c5d9-7423-465b-a2a7-194c2e689f48",
            "last_updated": "2022-11-07T09:37:04.268415-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Liverpool",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab5c6d20-3f31-4300-99a8-30561199204a/?format=api"
        },
        {
            "id": "fb1bc038-7484-4340-b8e2-6e2fe06a73d8",
            "gambit_id": "7c490232-5e3d-4baf-8829-0d7b2ed19e19",
            "last_updated": "2022-11-07T09:37:04.269588-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tottenham",
            "reward": "3.16000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab5c6d20-3f31-4300-99a8-30561199204a/?format=api"
        },
        {
            "id": "a87131f6-335c-44d5-ab47-1ddbdc9d8ee5",
            "gambit_id": "8fb3fa7a-0558-4ba4-a1a5-1714357957df",
            "last_updated": "2022-11-07T09:37:04.270662-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.42000",
            "odds": "3.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab5c6d20-3f31-4300-99a8-30561199204a/?format=api"
        }
    ]
}