GET /api/bet_types/47205acb-6f0c-47c8-98fd-eb885c9de014/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47205acb-6f0c-47c8-98fd-eb885c9de014",
    "match": "https://api-prod.gambitprofit.com/api/matches/506ce6f4-74bf-4750-b5b0-89d405d77f97/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-14T09:28:08.408578-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca5106b9-00bc-460c-b18f-c0bca052a344",
            "gambit_id": "2acf3407-06ca-4ba9-b353-ac57bc56a75d",
            "last_updated": "2023-12-16T10:32:54.640388-05:00",
            "created_at": "2023-12-14T09:28:08.413981-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47205acb-6f0c-47c8-98fd-eb885c9de014/?format=api"
        },
        {
            "id": "efba7f34-a379-41be-ad7b-de7c55cb045c",
            "gambit_id": "34804400-4160-4c96-9d04-45c784a2400a",
            "last_updated": "2023-12-16T10:32:54.643880-05:00",
            "created_at": "2023-12-14T09:28:08.419443-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47205acb-6f0c-47c8-98fd-eb885c9de014/?format=api"
        }
    ]
}