GET /api/bet_types/3b9b5490-289d-4654-97d6-f493683a9c20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b9b5490-289d-4654-97d6-f493683a9c20",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece6606b-61b1-437a-8e06-ec0693643822/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-13T10:18:27.362243-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": 5319.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "7996248c-f953-4872-a9b0-9d4f061f3782",
            "gambit_id": "546d27ca-1235-4232-9df0-7e6196c97de0",
            "last_updated": "2023-08-14T18:33:05.614105-04:00",
            "created_at": "2023-08-13T10:18:27.366414-04:00",
            "name": "Game Total Over 8",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b9b5490-289d-4654-97d6-f493683a9c20/?format=api"
        },
        {
            "id": "c4c0382b-6c10-430e-84a9-c6fc310f136b",
            "gambit_id": "3c6184b8-83ec-4841-ba56-3ae7c8ef112f",
            "last_updated": "2023-08-14T18:33:05.624012-04:00",
            "created_at": "2023-08-13T10:18:27.371591-04:00",
            "name": "Game Total Under 8",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b9b5490-289d-4654-97d6-f493683a9c20/?format=api"
        }
    ]
}