GET /api/bet_types/3e952c86-8d24-45de-96f5-d26801d83b25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e952c86-8d24-45de-96f5-d26801d83b25",
    "match": "https://api-prod.gambitprofit.com/api/matches/360d83ed-5eb3-4019-89fa-23f0b1355ca4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-10T10:03:09.505879-04: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": "Game Total Under 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b795508f-d093-471c-84fd-5fe5d2cfdbb0",
            "gambit_id": "804ab20b-21ee-43c0-9808-7ea2193a0a9e",
            "last_updated": "2023-09-12T11:23:03.873510-04:00",
            "created_at": "2023-09-10T10:03:09.515064-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e952c86-8d24-45de-96f5-d26801d83b25/?format=api"
        },
        {
            "id": "47f9c8cc-a75c-4b0a-bca5-3bfaab684bb3",
            "gambit_id": "4821f316-0dd1-4924-86f3-11c0f80fe60a",
            "last_updated": "2023-09-12T11:23:03.870206-04:00",
            "created_at": "2023-09-10T10:03:09.509571-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e952c86-8d24-45de-96f5-d26801d83b25/?format=api"
        }
    ]
}