GET /api/bet_types/a67b55bc-020a-4334-9184-63a18996cfc8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a67b55bc-020a-4334-9184-63a18996cfc8",
    "match": "https://api-prod.gambitprofit.com/api/matches/90ada964-8f57-4620-9cbb-614feb7826c8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-14T09:28:09.137491-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": "Chicago Blackhawks",
                "amount": 5319.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "09570f2a-24ff-4c75-9295-7bb394ffd1c5",
            "gambit_id": "a0b7fb06-79d5-46a3-985d-53c6d149ed0d",
            "last_updated": "2023-12-16T10:23:23.093063-05:00",
            "created_at": "2023-12-14T09:28:09.141642-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67b55bc-020a-4334-9184-63a18996cfc8/?format=api"
        },
        {
            "id": "e52ef696-d947-4be5-aa89-73babed772ac",
            "gambit_id": "25a03852-df3b-4f4e-b6de-d66fea55a414",
            "last_updated": "2023-12-16T10:23:23.096629-05:00",
            "created_at": "2023-12-14T09:28:09.145466-05:00",
            "name": "Seattle Kraken",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a67b55bc-020a-4334-9184-63a18996cfc8/?format=api"
        }
    ]
}