GET /api/bet_types/ce586802-070c-4173-a9e1-51a8af81e439/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ce586802-070c-4173-a9e1-51a8af81e439",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f1f84c6-dd08-40a7-a9bb-1abf00f17784/?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": "West Ham United",
                "amount": 6183.0
            },
            {
                "team": "Draw",
                "amount": 3817.0
            }
        ],
        "expected_reward_tokens": 11870.87,
        "profit_sb": 2870.87,
        "profit_sb_percentage": 31.9,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "West Ham United",
                "amount": 4543.0
            },
            {
                "team": "Draw",
                "amount": 2805.0
            },
            {
                "team": "Leicester City",
                "amount": 2652.0
            }
        ],
        "expected_reward_tokens": 8722.56,
        "profit_sb": -277.44,
        "profit_sb_percentage": -3.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "83ede28f-4d24-43af-bbba-f05f9f1f96f4",
            "gambit_id": "c2e297c3-b006-468f-88da-f6a6b5b9d84f",
            "last_updated": "2022-11-14T14:48:27.030533-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "West Ham United",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce586802-070c-4173-a9e1-51a8af81e439/?format=api"
        },
        {
            "id": "e42fac5d-cb05-4071-91d7-a1f28dfc3d90",
            "gambit_id": "85ff78e2-03bc-40f1-8bcb-b4651d7ff2ed",
            "last_updated": "2022-11-14T14:48:27.031691-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "3.11000",
            "odds": "3.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce586802-070c-4173-a9e1-51a8af81e439/?format=api"
        },
        {
            "id": "c7376d31-7a5a-46d7-adc0-04754d839e91",
            "gambit_id": "db713b93-a904-43a0-9bb1-9f64a8634512",
            "last_updated": "2022-11-14T14:48:27.029367-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "3.29000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ce586802-070c-4173-a9e1-51a8af81e439/?format=api"
        }
    ]
}