GET /api/bet_types/bbd5b3dd-fabc-4e88-a3ec-8267a158211b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bbd5b3dd-fabc-4e88-a3ec-8267a158211b",
    "match": "https://api-prod.gambitprofit.com/api/matches/51ff2c20-16e9-4b0a-8080-dfc7f3a7dd89/?format=api",
    "name": "Play the Odds",
    "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": "Ottawa Senators",
                "amount": 6611.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9453.73,
        "profit_sb": -46.27,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "2489f2bf-7eea-4d02-97ce-0e125b821529",
            "gambit_id": "88f86a77-8625-45bd-8e4c-331a92c2e1c2",
            "last_updated": "2022-10-28T10:02:06.161877-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ottawa Senators",
            "reward": "1.43000",
            "odds": "1.44440",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd5b3dd-fabc-4e88-a3ec-8267a158211b/?format=api"
        },
        {
            "id": "103cb659-a4f1-4dc6-97ae-95dba965f6da",
            "gambit_id": "0106d3e5-905c-4164-9ba8-35bfcfc170d5",
            "last_updated": "2022-10-28T10:02:06.162986-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.79000",
            "odds": "2.85000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bbd5b3dd-fabc-4e88-a3ec-8267a158211b/?format=api"
        }
    ]
}