GET /api/bet_types/6ed82702-4484-4ec8-9d14-db1bd40da600/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ed82702-4484-4ec8-9d14-db1bd40da600",
    "match": "https://api-prod.gambitprofit.com/api/matches/56e19679-0a63-4dea-b3d5-1bc137c01793/?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": "Manchester City",
                "amount": 7053.0
            },
            {
                "team": "Draw",
                "amount": 2947.0
            }
        ],
        "expected_reward_tokens": 11846.94,
        "profit_sb": 2346.94,
        "profit_sb_percentage": 24.7,
        "recommended": false
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Manchester City",
                "amount": 5559.0
            },
            {
                "team": "Draw",
                "amount": 2323.0
            },
            {
                "team": "Borussia Dortmund",
                "amount": 2118.0
            }
        ],
        "expected_reward_tokens": 9338.46,
        "profit_sb": -161.54,
        "profit_sb_percentage": -1.7,
        "recommended": false
    },
    "lines": [
        {
            "id": "563bf5b8-3fc0-45fb-9010-30d716e07b25",
            "gambit_id": "eaed9609-24c5-4ad4-9950-af6e0fee44e0",
            "last_updated": "2022-10-26T10:12:16.410424-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Manchester City",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed82702-4484-4ec8-9d14-db1bd40da600/?format=api"
        },
        {
            "id": "9750abdf-bc54-4e3d-b6ee-23b475e8a8ee",
            "gambit_id": "a9f396c9-65d9-4172-9828-3169fd331716",
            "last_updated": "2022-10-26T10:12:16.409458-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Draw",
            "reward": "4.02000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed82702-4484-4ec8-9d14-db1bd40da600/?format=api"
        },
        {
            "id": "bda2fc15-138c-4c2f-8f1f-4b1ec647f5f1",
            "gambit_id": "a3a0aef8-d24c-4f54-aaaa-0c3e9b726a03",
            "last_updated": "2022-10-26T10:12:16.408506-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Borussia Dortmund",
            "reward": "4.41000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ed82702-4484-4ec8-9d14-db1bd40da600/?format=api"
        }
    ]
}