GET /api/bet_types/5e0785ce-3f92-4fc5-aaf8-d595c6ae36e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5e0785ce-3f92-4fc5-aaf8-d595c6ae36e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/34f6c43a-1d7b-4de6-8c3c-aeec599e6e9c/?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": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Florida Panthers",
                "amount": 6335.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3665.0
            }
        ],
        "expected_reward_tokens": 9565.65,
        "profit_sb": 65.65,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "d56e351d-e24b-4dac-bfa0-1b6a8b71bbeb",
            "gambit_id": "2dcf6bab-306a-46b6-935e-4e34078f0d60",
            "last_updated": "2022-10-17T14:27:40.510373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0785ce-3f92-4fc5-aaf8-d595c6ae36e4/?format=api"
        },
        {
            "id": "ea6ece6d-0d78-415b-8535-18c8d320be17",
            "gambit_id": "339f6de5-774c-4763-9972-86d36df1bf70",
            "last_updated": "2022-10-17T14:27:40.509109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.61000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5e0785ce-3f92-4fc5-aaf8-d595c6ae36e4/?format=api"
        }
    ]
}