GET /api/bet_types/e90e6f5f-418a-4fe6-aac8-79c767faf473/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e90e6f5f-418a-4fe6-aac8-79c767faf473",
    "match": "https://api-prod.gambitprofit.com/api/matches/d53ad62f-42cd-46c1-8096-23781cb411cb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:01.423374-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": 6010.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "abc16c80-e0b2-4d2b-b142-c040db41ca55",
            "gambit_id": "6a441f23-d0fd-4bcc-88d9-c688509a877e",
            "last_updated": "2023-12-29T11:13:30.623299-05:00",
            "created_at": "2023-12-27T09:03:01.430286-05:00",
            "name": "Ottawa Senators",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e90e6f5f-418a-4fe6-aac8-79c767faf473/?format=api"
        },
        {
            "id": "1b22b163-13f5-4935-8c8f-bdb017dd3ae5",
            "gambit_id": "793c5d62-bb01-4212-af74-401f49645f37",
            "last_updated": "2023-12-29T11:13:30.626785-05:00",
            "created_at": "2023-12-27T09:03:01.436804-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e90e6f5f-418a-4fe6-aac8-79c767faf473/?format=api"
        }
    ]
}