GET /api/bet_types/acaf24a1-8884-4329-95a9-32ff24dee500/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "acaf24a1-8884-4329-95a9-32ff24dee500",
    "match": "https://api-prod.gambitprofit.com/api/matches/c101fe0c-8240-4e28-8ee7-b66e01ad2023/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T09:06:58.946863-04: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": "TOR",
                "amount": 5512.0
            },
            {
                "team": "KAN",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "22282630-e70f-4186-92c1-bf8ec1b261df",
            "gambit_id": "93aa5415-6501-4441-8c1c-b263fd65dede",
            "last_updated": "2023-04-07T10:22:15.577689-04:00",
            "created_at": "2023-04-06T09:06:58.952152-04:00",
            "name": "TOR",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acaf24a1-8884-4329-95a9-32ff24dee500/?format=api"
        },
        {
            "id": "fca416ad-7ec4-4915-b705-df11f0d76b99",
            "gambit_id": "d407368e-0949-4a57-a55e-4a846cb4daee",
            "last_updated": "2023-04-07T10:22:15.575674-04:00",
            "created_at": "2023-04-06T09:06:58.949192-04:00",
            "name": "KAN",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/acaf24a1-8884-4329-95a9-32ff24dee500/?format=api"
        }
    ]
}