GET /api/bet_types/7bf1da88-2d59-433f-8b7b-73d580d44b9b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7bf1da88-2d59-433f-8b7b-73d580d44b9b",
    "match": "https://api-prod.gambitprofit.com/api/matches/35ca3e6e-0df1-4ca4-b77f-de66f09be2a2/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-13T09:17:59.809227-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": "Seattle Kraken",
                "amount": 6314.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "102880a4-3ae0-4891-9942-50ed3442edaf",
            "gambit_id": "40a16602-6b18-4640-9713-994fbb4ef39b",
            "last_updated": "2023-11-14T10:13:18.361217-05:00",
            "created_at": "2023-11-13T09:17:59.817054-05:00",
            "name": "Seattle Kraken",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bf1da88-2d59-433f-8b7b-73d580d44b9b/?format=api"
        },
        {
            "id": "c606d70f-15ac-473d-8048-4d3887d7dd69",
            "gambit_id": "e43eb002-46e4-437c-8396-1132b5496049",
            "last_updated": "2023-11-14T10:13:18.357765-05:00",
            "created_at": "2023-11-13T09:17:59.813017-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bf1da88-2d59-433f-8b7b-73d580d44b9b/?format=api"
        }
    ]
}