GET /api/bet_types/b5f40011-95e8-441a-b8d4-fee0a8a12083/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5f40011-95e8-441a-b8d4-fee0a8a12083",
    "match": "https://api-prod.gambitprofit.com/api/matches/1de1e40d-eb45-4689-bce4-4f2b5fec8916/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-03T09:56:52.517920-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": "CHC (D Smyly)",
                "amount": 5182.0
            },
            {
                "team": "CIN (C Overton)",
                "amount": 4818.0
            }
        ],
        "expected_reward_tokens": 9586.7,
        "profit_sb": 86.7,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "4dc7ebb8-a72f-41b7-a803-df60c7043e53",
            "gambit_id": "fa659462-7c13-406a-95dc-abe8a3af750a",
            "last_updated": "2023-04-04T19:32:04.022614-04:00",
            "created_at": "2023-04-03T09:56:52.521120-04:00",
            "name": "CHC (D Smyly)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f40011-95e8-441a-b8d4-fee0a8a12083/?format=api"
        },
        {
            "id": "6e7ae4c4-2162-41f1-9dbc-373aa5279046",
            "gambit_id": "848cc350-0c6c-41f1-9192-794e7393f0c4",
            "last_updated": "2023-04-04T19:32:04.021372-04:00",
            "created_at": "2023-04-03T09:56:52.519457-04:00",
            "name": "CIN (C Overton)",
            "reward": "1.99000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5f40011-95e8-441a-b8d4-fee0a8a12083/?format=api"
        }
    ]
}