GET /api/bet_types/8c5c0af0-c4a8-4566-a776-292656641227/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c5c0af0-c4a8-4566-a776-292656641227",
    "match": "https://api-prod.gambitprofit.com/api/matches/3909700d-4130-4b6a-8a23-53178402c1b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-30T10:28:00.614502-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": 5939.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "54348496-66a3-447e-bc5b-c0ddfcdd5782",
            "gambit_id": "98930873-3c3c-4cf3-bbc6-79757c1479b0",
            "last_updated": "2023-12-01T19:23:14.039494-05:00",
            "created_at": "2023-11-30T10:28:00.618805-05:00",
            "name": "Seattle Kraken",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c5c0af0-c4a8-4566-a776-292656641227/?format=api"
        },
        {
            "id": "9ed2ae3e-fc0f-47eb-b040-a7b63190a920",
            "gambit_id": "93d32d5a-d672-4ff1-a629-b69cf4a7b7d7",
            "last_updated": "2023-12-01T19:23:14.042738-05:00",
            "created_at": "2023-11-30T10:28:00.622796-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c5c0af0-c4a8-4566-a776-292656641227/?format=api"
        }
    ]
}