GET /api/bet_types/34b847cc-f793-4e60-9dce-d101bb83dc8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "34b847cc-f793-4e60-9dce-d101bb83dc8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/059e63aa-5863-4ca2-a998-e36d1ef21479/?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": "Everton",
                "amount": 5271.0
            },
            {
                "team": "Leicester City",
                "amount": 4729.0
            }
        ],
        "expected_reward_tokens": 12437.27,
        "profit_sb": 3437.27,
        "profit_sb_percentage": 38.19,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Everton",
                "amount": 3718.0
            },
            {
                "team": "Leicester City",
                "amount": 3337.0
            },
            {
                "team": "Draw",
                "amount": 2945.0
            }
        ],
        "expected_reward_tokens": 8774.48,
        "profit_sb": -225.52,
        "profit_sb_percentage": -2.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "201a1d5f-1f0a-4eff-aa6e-0293ff8dae0b",
            "gambit_id": "c719be73-acd2-41c5-aeb6-a451b78c5bf6",
            "last_updated": "2022-11-07T09:27:08.615890-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Everton",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b847cc-f793-4e60-9dce-d101bb83dc8d/?format=api"
        },
        {
            "id": "188c2d09-c2f6-455b-a6f6-333ae679de73",
            "gambit_id": "91c6ca76-c68d-45b1-af0b-60943ce316d6",
            "last_updated": "2022-11-07T09:27:08.614947-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Leicester City",
            "reward": "2.63000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b847cc-f793-4e60-9dce-d101bb83dc8d/?format=api"
        },
        {
            "id": "d82349da-bc0f-4a4a-8b25-2b0a11d4008c",
            "gambit_id": "60b34ab7-ba7d-4bb3-b009-c48a013c2900",
            "last_updated": "2022-11-07T09:27:08.616842-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "2.98000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/34b847cc-f793-4e60-9dce-d101bb83dc8d/?format=api"
        }
    ]
}