GET /api/bet_types/df4de063-47ce-4b67-b930-d36002320e60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "df4de063-47ce-4b67-b930-d36002320e60",
    "match": "https://api-prod.gambitprofit.com/api/matches/363ae398-8090-4856-b95d-d4d17de61ba7/?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": "Washington Wizards",
                "amount": 7209.0
            },
            {
                "team": "Miami Heat",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "1608a343-4a9e-40b1-8b21-9bba9e29980e",
            "gambit_id": "1afa9110-2f76-469f-84ee-dd83e6d67f89",
            "last_updated": "2022-11-19T10:48:41.249029-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4de063-47ce-4b67-b930-d36002320e60/?format=api"
        },
        {
            "id": "ca51f625-dd4e-4f07-8125-ba3eb50d09b9",
            "gambit_id": "0ba56b44-5f23-408c-852a-e6260235ece0",
            "last_updated": "2022-11-19T10:48:41.250255-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/df4de063-47ce-4b67-b930-d36002320e60/?format=api"
        }
    ]
}