GET /api/bet_types/24780ccc-f88f-4124-aa64-cd65f07b9f01/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "24780ccc-f88f-4124-aa64-cd65f07b9f01",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a4e0f20-7ad2-4720-ba7c-ca1d0059e4b4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-29T09:13:12.279894-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 Under 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f0500645-a184-4155-b897-99447610bb8d",
            "gambit_id": "98978ffd-1b24-452d-8aa7-3ae98201b3cd",
            "last_updated": "2024-01-31T10:23:30.040403-05:00",
            "created_at": "2024-01-29T09:13:12.289303-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24780ccc-f88f-4124-aa64-cd65f07b9f01/?format=api"
        },
        {
            "id": "71614dce-f1f8-4773-8e1c-5f629c04671a",
            "gambit_id": "c0981b1d-571b-4e2a-bd19-c6145c54a612",
            "last_updated": "2024-01-31T10:23:30.037196-05:00",
            "created_at": "2024-01-29T09:13:12.284444-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/24780ccc-f88f-4124-aa64-cd65f07b9f01/?format=api"
        }
    ]
}