GET /api/bet_types/2bff6610-7339-4ae8-9f1e-c174f3a797b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2bff6610-7339-4ae8-9f1e-c174f3a797b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/b498e193-db58-4b12-abf5-5b3407a55262/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-15T09:07:11.872363-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 231",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 231",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "5068c53f-8fb8-4cc8-b993-3114e523c76c",
            "gambit_id": "69b8d8ad-aec5-4f70-9837-8ba425950d00",
            "last_updated": "2023-03-16T17:37:24.336820-04:00",
            "created_at": "2023-03-15T09:07:11.875038-04:00",
            "name": "Game Total Under 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bff6610-7339-4ae8-9f1e-c174f3a797b2/?format=api"
        },
        {
            "id": "6cfed921-5308-4558-a1dc-df0cea2cf6df",
            "gambit_id": "84def8b3-b91c-48bc-9dda-657476625bef",
            "last_updated": "2023-03-16T17:37:24.339260-04:00",
            "created_at": "2023-03-15T09:07:11.877968-04:00",
            "name": "Game Total Over 231",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2bff6610-7339-4ae8-9f1e-c174f3a797b2/?format=api"
        }
    ]
}