GET /api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8ddef5a-0d7c-4945-85c3-b49ac98571c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c8af5f7-85be-4142-b713-b0aa1922ef5d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T15:12:05.343681-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 5448.0
            },
            {
                "team": "West Ham United",
                "amount": 4552.0
            }
        ],
        "expected_reward_tokens": 13291.84,
        "profit_sb": 3791.84,
        "profit_sb_percentage": 39.91,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Crystal Palace",
                "amount": 3783.0
            },
            {
                "team": "West Ham United",
                "amount": 3161.0
            },
            {
                "team": "Draw",
                "amount": 3056.0
            }
        ],
        "expected_reward_tokens": 9229.12,
        "profit_sb": -270.88,
        "profit_sb_percentage": -2.85,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7970e75-82fc-4ca6-8784-b26fb615be6a",
            "gambit_id": "ff79561d-499b-4dd5-9ff9-c91a4264fa8e",
            "last_updated": "2023-05-01T12:27:21.562678-04:00",
            "created_at": "2023-04-28T15:12:05.344939-04:00",
            "name": "Crystal Palace",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
        },
        {
            "id": "3c80f43c-f0d6-4f31-918e-37fc050d8e58",
            "gambit_id": "2c52f619-6f57-4a60-b0b7-49d47d4d699d",
            "last_updated": "2023-05-01T12:27:21.563969-04:00",
            "created_at": "2023-04-28T15:12:05.347481-04:00",
            "name": "West Ham United",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
        },
        {
            "id": "fc3bbe1c-4290-41d5-9de0-28c0c11d915c",
            "gambit_id": "37ff746a-f5cf-48d3-a39f-e5a09ae4cea1",
            "last_updated": "2023-05-01T12:27:21.565321-04:00",
            "created_at": "2023-04-28T15:12:05.352594-04:00",
            "name": "Draw",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8ddef5a-0d7c-4945-85c3-b49ac98571c6/?format=api"
        }
    ]
}