GET /api/bet_types/ad3f334d-2cd1-4f2b-90d5-dd874592237f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad3f334d-2cd1-4f2b-90d5-dd874592237f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7adc4762-8323-47ca-9012-907851f44c0e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-23T09:43:21.599774-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": "Minnesota Wild",
                "amount": 5939.0
            },
            {
                "team": "Washington Capitals",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "f2eea1ae-6bcd-4402-b6de-abf2215b2994",
            "gambit_id": "b17dc2b5-75af-4ef5-94d3-557c4ef169fc",
            "last_updated": "2024-01-24T22:28:17.553420-05:00",
            "created_at": "2024-01-23T09:43:21.611425-05:00",
            "name": "Minnesota Wild",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3f334d-2cd1-4f2b-90d5-dd874592237f/?format=api"
        },
        {
            "id": "bb8f3bd6-9017-4398-a6e6-2539cca08288",
            "gambit_id": "0959e4f7-d416-4b7c-ada4-0ae2e82799a5",
            "last_updated": "2024-01-24T22:28:17.556782-05:00",
            "created_at": "2024-01-23T09:43:21.617077-05:00",
            "name": "Washington Capitals",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad3f334d-2cd1-4f2b-90d5-dd874592237f/?format=api"
        }
    ]
}