GET /api/bet_types/389fef14-a496-41c1-bb1e-5f95303bbe73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "389fef14-a496-41c1-bb1e-5f95303bbe73",
    "match": "https://api-prod.gambitprofit.com/api/matches/52c52651-2c3d-4760-bf41-a63a6440d356/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:53.216460-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": "Ottawa Senators",
                "amount": 6401.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "3ff7c91d-35cb-4c49-a697-c9a5369bb0f7",
            "gambit_id": "c8871ca4-32cc-4346-99a7-9aa5bdc1374c",
            "last_updated": "2023-02-12T10:12:01.137710-05:00",
            "created_at": "2023-02-11T09:01:53.217745-05:00",
            "name": "Ottawa Senators",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/389fef14-a496-41c1-bb1e-5f95303bbe73/?format=api"
        },
        {
            "id": "25c9e236-b292-4cdb-963a-4a4a44a72074",
            "gambit_id": "ce67afa3-e304-4050-950a-40553ae07a43",
            "last_updated": "2023-02-12T10:12:01.138870-05:00",
            "created_at": "2023-02-11T09:01:53.219099-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/389fef14-a496-41c1-bb1e-5f95303bbe73/?format=api"
        }
    ]
}