GET /api/bet_types/c96f2662-e737-4c50-ba2c-18e124dc3e08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c96f2662-e737-4c50-ba2c-18e124dc3e08",
    "match": "https://api-prod.gambitprofit.com/api/matches/727f501d-59ca-497b-8054-1b1c6b15cf9d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:02.629830-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": "Buffalo Sabres",
                "amount": 5939.0
            },
            {
                "team": "Boston Bruins",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "4d84a35c-5088-4c3b-a497-e673282aaee9",
            "gambit_id": "bbc17e73-f292-47fb-941c-6d7236f9da46",
            "last_updated": "2023-12-29T11:13:30.394434-05:00",
            "created_at": "2023-12-27T09:03:02.639982-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96f2662-e737-4c50-ba2c-18e124dc3e08/?format=api"
        },
        {
            "id": "87f92022-19af-48d9-aaf7-38ed1a0fd191",
            "gambit_id": "596dab50-dda5-469d-a8d1-da1f9a0ed27f",
            "last_updated": "2023-12-29T11:13:30.391018-05:00",
            "created_at": "2023-12-27T09:03:02.633860-05:00",
            "name": "Boston Bruins",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c96f2662-e737-4c50-ba2c-18e124dc3e08/?format=api"
        }
    ]
}