GET /api/bet_types/ac8d7d38-c7f7-4fde-92a8-1ce9bb28a260/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac8d7d38-c7f7-4fde-92a8-1ce9bb28a260",
    "match": "https://api-prod.gambitprofit.com/api/matches/91b02a52-87f9-4063-bad9-4c4cb216964c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-27T08:33:21.787741-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 Under 9.5",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "fae9daa2-8da4-49e0-95a9-8581ef6c3122",
            "gambit_id": "47b10854-e82a-4e15-98ce-8afcc9c31a3c",
            "last_updated": "2023-07-28T09:38:25.135771-04:00",
            "created_at": "2023-07-27T08:33:21.798709-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac8d7d38-c7f7-4fde-92a8-1ce9bb28a260/?format=api"
        },
        {
            "id": "a182c976-7c7f-47b3-a1d7-578875cfc4ce",
            "gambit_id": "04335c37-c5f5-413c-9b20-4e37b331878c",
            "last_updated": "2023-07-28T09:38:25.132032-04:00",
            "created_at": "2023-07-27T08:33:21.792631-04:00",
            "name": "Game Total Over 9.5",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac8d7d38-c7f7-4fde-92a8-1ce9bb28a260/?format=api"
        }
    ]
}