GET /api/bet_types/dcedbd7c-d0bf-4529-87ae-14c4871c59c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dcedbd7c-d0bf-4529-87ae-14c4871c59c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/e06a4ca4-b5d7-425a-832c-30e28006f201/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T17:37:10.214384-05: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": "Pittsburgh Penguins",
                "amount": 5945.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 69.8,
        "profit_sb_percentage": 0.73,
        "recommended": true
    },
    "lines": [
        {
            "id": "763eaa24-11bb-4287-a1fb-8c23a4725011",
            "gambit_id": "743de0a7-c85c-4ebe-83fd-4b7eca2851c0",
            "last_updated": "2023-02-15T10:57:08.057441-05:00",
            "created_at": "2023-02-14T17:37:10.216840-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcedbd7c-d0bf-4529-87ae-14c4871c59c9/?format=api"
        },
        {
            "id": "9b750a0a-cec3-4c05-af2f-575a79aaf5b9",
            "gambit_id": "4a29ac8a-0447-40e3-83f8-6e7200213b4e",
            "last_updated": "2023-02-15T10:57:08.056282-05:00",
            "created_at": "2023-02-14T17:37:10.215601-05:00",
            "name": "San Jose Sharks",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dcedbd7c-d0bf-4529-87ae-14c4871c59c9/?format=api"
        }
    ]
}