GET /api/bet_types/d92de436-4aab-4825-9cb0-db9f3b69df7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d92de436-4aab-4825-9cb0-db9f3b69df7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c52f3c-1066-41fe-86d3-a9de4b54ba3e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-09T09:18:03.044850-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 238",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 238",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b336309-2156-4945-accd-c74c754b5c62",
            "gambit_id": "f88737a3-6fb8-44a2-8131-8905c0aaf370",
            "last_updated": "2024-01-10T11:02:58.157644-05:00",
            "created_at": "2024-01-09T09:18:03.053220-05:00",
            "name": "Game Total Over 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d92de436-4aab-4825-9cb0-db9f3b69df7c/?format=api"
        },
        {
            "id": "b53d392a-f2c8-4496-a6ca-4395563617b5",
            "gambit_id": "f804d834-5927-4852-b6ca-3a5676fa8c38",
            "last_updated": "2024-01-10T11:02:58.161215-05:00",
            "created_at": "2024-01-09T09:18:03.048885-05:00",
            "name": "Game Total Under 238",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "238.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d92de436-4aab-4825-9cb0-db9f3b69df7c/?format=api"
        }
    ]
}