GET /api/bet_types/e8fdb1bd-21ee-438c-ba00-dc4df1ec2595/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8fdb1bd-21ee-438c-ba00-dc4df1ec2595",
    "match": "https://api-prod.gambitprofit.com/api/matches/5bda5bd2-849f-406b-989d-4b759e147b6b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-27T10:47:03.240854-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": true,
        "name": "Med Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 6036.0
            },
            {
                "team": "West Ham United",
                "amount": 3964.0
            }
        ],
        "expected_reward_tokens": 12129.84,
        "profit_sb": 2629.84,
        "profit_sb_percentage": 27.68,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Leicester City",
                "amount": 4569.0
            },
            {
                "team": "West Ham United",
                "amount": 3001.0
            },
            {
                "team": "Draw",
                "amount": 2430.0
            }
        ],
        "expected_reward_tokens": 9183.06,
        "profit_sb": -316.94,
        "profit_sb_percentage": -3.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "6826565a-753b-4f17-959f-5d5ae1cd92e6",
            "gambit_id": "ffae48d3-1b75-4204-8cb7-d70dc2f374d3",
            "last_updated": "2023-05-29T11:47:20.928540-04:00",
            "created_at": "2023-05-27T10:47:03.247938-04:00",
            "name": "Leicester City",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8fdb1bd-21ee-438c-ba00-dc4df1ec2595/?format=api"
        },
        {
            "id": "48277fbf-cb98-44a0-a6fa-836a4958e6db",
            "gambit_id": "732ebb55-b52f-4faa-8e93-ddb68eb1ce8b",
            "last_updated": "2023-05-29T11:47:20.931389-04:00",
            "created_at": "2023-05-27T10:47:03.251262-04:00",
            "name": "West Ham United",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8fdb1bd-21ee-438c-ba00-dc4df1ec2595/?format=api"
        },
        {
            "id": "c3d082bf-8db0-45af-983b-3831d39d9ca1",
            "gambit_id": "f2c5b1ff-0fcb-4ec5-af55-0dde36d1e140",
            "last_updated": "2023-05-29T11:47:20.925739-04:00",
            "created_at": "2023-05-27T10:47:03.244444-04:00",
            "name": "Draw",
            "reward": "3.78000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8fdb1bd-21ee-438c-ba00-dc4df1ec2595/?format=api"
        }
    ]
}