GET /api/bet_types/35cde5e8-55fb-4066-af2d-97d7d57eecd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "35cde5e8-55fb-4066-af2d-97d7d57eecd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/81800c1d-5fda-41db-809a-a535fb78e6cb/?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": "Orlando City SC",
                "amount": 5903.0
            },
            {
                "team": "Atlanta United FC",
                "amount": 4097.0
            }
        ],
        "expected_reward_tokens": 11922.27,
        "profit_sb": 2922.27,
        "profit_sb_percentage": 32.47,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Orlando City SC",
                "amount": 4357.0
            },
            {
                "team": "Atlanta United FC",
                "amount": 3024.0
            },
            {
                "team": "Draw",
                "amount": 2619.0
            }
        ],
        "expected_reward_tokens": 8799.84,
        "profit_sb": -200.16,
        "profit_sb_percentage": -2.22,
        "recommended": false
    },
    "lines": [
        {
            "id": "3899291a-8fdc-470b-8d89-08523fda55d0",
            "gambit_id": "cbd50648-e020-41ff-ae18-a5a2125a5967",
            "last_updated": "2022-09-16T11:52:04.545220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Orlando City SC",
            "reward": "2.02000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35cde5e8-55fb-4066-af2d-97d7d57eecd3/?format=api"
        },
        {
            "id": "4ff7965b-3c4b-4e6e-bdf0-bfc8750462a1",
            "gambit_id": "d0c0d406-7867-4ebf-828a-14e2f1b6949c",
            "last_updated": "2022-09-16T11:52:04.544268-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Atlanta United FC",
            "reward": "2.91000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35cde5e8-55fb-4066-af2d-97d7d57eecd3/?format=api"
        },
        {
            "id": "a68029ba-19bb-44a7-b288-bda96bbf64a7",
            "gambit_id": "160ebb67-23ab-47f4-8c55-f0ec71eda1d8",
            "last_updated": "2022-09-16T11:52:04.546189-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.36000",
            "odds": "3.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35cde5e8-55fb-4066-af2d-97d7d57eecd3/?format=api"
        }
    ]
}