GET /api/bet_types/5ebbe163-bbb8-4f74-81eb-b2fb080b7a2f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ebbe163-bbb8-4f74-81eb-b2fb080b7a2f",
    "match": "https://api-prod.gambitprofit.com/api/matches/d88d08e1-3169-4b9d-9b98-edf6299ba507/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-08T08:18:00.237620-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": "41d2f8e3-0870-4da3-9c6e-f3dcae7075b8",
            "gambit_id": "43077b49-b1c5-46ab-9176-5d74d4f5a59c",
            "last_updated": "2023-11-10T12:48:29.231525-05:00",
            "created_at": "2023-11-08T08:18:00.242475-05:00",
            "name": "Ottawa Senators",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ebbe163-bbb8-4f74-81eb-b2fb080b7a2f/?format=api"
        },
        {
            "id": "b7fd17c5-ddc9-4d96-98ed-8325b2a92a6c",
            "gambit_id": "6a934bf1-eee1-4299-995a-f0c2f9670fcf",
            "last_updated": "2023-11-10T12:48:29.234874-05:00",
            "created_at": "2023-11-08T08:18:00.248299-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/5ebbe163-bbb8-4f74-81eb-b2fb080b7a2f/?format=api"
        }
    ]
}