GET /api/bet_types/c122d2f5-0b50-40ac-8a3c-33c0ad729958/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c122d2f5-0b50-40ac-8a3c-33c0ad729958",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a58e70e-94ed-4750-8b3e-c0c058c44edf/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:18.519417-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": "St Louis Blues",
                "amount": 6154.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "e074d42f-040c-46a5-bfa9-2d6a489733dd",
            "gambit_id": "9e71e27a-1203-4427-ad3d-2ff944704e91",
            "last_updated": "2024-01-27T10:48:04.120897-05:00",
            "created_at": "2024-01-26T09:33:18.522980-05:00",
            "name": "St Louis Blues",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c122d2f5-0b50-40ac-8a3c-33c0ad729958/?format=api"
        },
        {
            "id": "da3932ec-14a5-4122-8385-84e8fe9f5398",
            "gambit_id": "5b01686f-7cfe-466c-be4a-d073ae4dbb21",
            "last_updated": "2024-01-27T10:48:04.124455-05:00",
            "created_at": "2024-01-26T09:33:18.527112-05:00",
            "name": "Seattle Kraken",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c122d2f5-0b50-40ac-8a3c-33c0ad729958/?format=api"
        }
    ]
}