GET /api/bet_types/ef10ffe2-f743-4233-89d3-f0e7eae94e02/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef10ffe2-f743-4233-89d3-f0e7eae94e02",
    "match": "https://api-prod.gambitprofit.com/api/matches/815b1de1-9ef0-4678-9823-bace10b8c108/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-08T09:01:58.353794-04:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "NYY (J Brito)",
                "amount": 5426.0
            },
            {
                "team": "BAL (C Irvin)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "c592888b-71cb-4634-b741-173c67e3d15c",
            "gambit_id": "f663d40e-a783-430b-ac99-d111984f2614",
            "last_updated": "2023-04-09T11:37:23.259927-04:00",
            "created_at": "2023-04-08T09:01:58.357439-04:00",
            "name": "NYY (J Brito)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef10ffe2-f743-4233-89d3-f0e7eae94e02/?format=api"
        },
        {
            "id": "f485ff8b-a129-4811-b062-ac8cec5aa8fe",
            "gambit_id": "00900d33-0642-4c23-aa77-cd33327feda0",
            "last_updated": "2023-04-09T11:37:23.255729-04:00",
            "created_at": "2023-04-08T09:01:58.355635-04:00",
            "name": "BAL (C Irvin)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef10ffe2-f743-4233-89d3-f0e7eae94e02/?format=api"
        }
    ]
}