GET /api/bet_types/e1182adb-1844-42c7-9317-4d2325e0af00/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1182adb-1844-42c7-9317-4d2325e0af00",
    "match": "https://api-prod.gambitprofit.com/api/matches/758a2ed9-540f-4a20-b489-77d0975f622d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-27T09:22:57.930058-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 Over 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2e1cbe0-ee8f-47f2-a612-dfca86977ec0",
            "gambit_id": "978fac73-e4bc-4577-b096-ccc7f2c2d2b0",
            "last_updated": "2023-09-28T19:13:19.773710-04:00",
            "created_at": "2023-09-27T09:22:57.934330-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1182adb-1844-42c7-9317-4d2325e0af00/?format=api"
        },
        {
            "id": "b7cd44d4-105f-406a-b8f3-42cdee27965c",
            "gambit_id": "9e8e78bf-ac45-4432-a787-fc1a3b568fb4",
            "last_updated": "2023-09-28T19:13:19.769726-04:00",
            "created_at": "2023-09-27T09:22:57.939086-04:00",
            "name": "Game Total Under 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1182adb-1844-42c7-9317-4d2325e0af00/?format=api"
        }
    ]
}