GET /api/bet_types/18646d23-6bab-45c1-bb88-d0e05091043c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "18646d23-6bab-45c1-bb88-d0e05091043c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5215c4e-f1e3-4177-b566-e4f2942d41ef/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-17T10:31:55.585571-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 2.5",
                "amount": 5520.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4480.0
            }
        ],
        "expected_reward_tokens": 9273.6,
        "profit_sb": -226.4,
        "profit_sb_percentage": -2.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "2301e6d4-e553-4f1b-9133-034e86c86cf7",
            "gambit_id": "f304e385-1d3d-4ac2-9592-e6450bf9385e",
            "last_updated": "2023-02-19T16:12:16.959588-05:00",
            "created_at": "2023-02-17T10:31:55.586968-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.68000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18646d23-6bab-45c1-bb88-d0e05091043c/?format=api"
        },
        {
            "id": "fed9fdae-58a5-4364-adf2-face148b3aa8",
            "gambit_id": "87485592-0627-4187-9aa0-0e0fd7998acf",
            "last_updated": "2023-02-19T16:12:16.960848-05:00",
            "created_at": "2023-02-17T10:31:55.588384-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/18646d23-6bab-45c1-bb88-d0e05091043c/?format=api"
        }
    ]
}