GET /api/bet_types/67aaeffb-3bb3-4fbc-a647-fdd54b6004a4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67aaeffb-3bb3-4fbc-a647-fdd54b6004a4",
    "match": "https://api-prod.gambitprofit.com/api/matches/ccf3e8d6-648f-43c9-9a8f-4e256759f2f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-07T08:38:23.462213-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": "Game Total Over 6.5",
                "amount": 5515.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4485.0
            }
        ],
        "expected_reward_tokens": 9373.65,
        "profit_sb": -126.35,
        "profit_sb_percentage": -1.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a0fe860-7bdc-4e99-a385-b58d8e1366b1",
            "gambit_id": "d4a70872-2b3a-4c31-a90c-d37f97c4c0c7",
            "last_updated": "2023-11-10T13:03:05.352818-05:00",
            "created_at": "2023-11-07T08:38:23.466229-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.70000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67aaeffb-3bb3-4fbc-a647-fdd54b6004a4/?format=api"
        },
        {
            "id": "8f8b4b50-72dc-4445-9dbe-5f6fc9bfd4dc",
            "gambit_id": "651b8cb1-1462-4523-9681-b2e9b97ea434",
            "last_updated": "2023-11-10T13:03:05.364165-05:00",
            "created_at": "2023-11-07T08:38:23.470848-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.09000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67aaeffb-3bb3-4fbc-a647-fdd54b6004a4/?format=api"
        }
    ]
}