GET /api/bet_types/e7d6ce12-9d43-4f1c-94c1-70c0e9421767/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7d6ce12-9d43-4f1c-94c1-70c0e9421767",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb46534f-69a7-4924-881b-a589b8f63b22/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:25.191083-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 6",
                "amount": 5319.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "7775944b-eb1c-4856-a94f-243eafa82857",
            "gambit_id": "c77f8dc1-1575-4dba-b330-f40891d2c7e8",
            "last_updated": "2024-01-05T22:58:04.205361-05:00",
            "created_at": "2024-01-04T09:18:25.195811-05:00",
            "name": "Game Total Over 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7d6ce12-9d43-4f1c-94c1-70c0e9421767/?format=api"
        },
        {
            "id": "7f4576f9-5dd0-4288-921c-308d067095d5",
            "gambit_id": "057dc7bb-42cd-4b21-ab01-3b47a0690470",
            "last_updated": "2024-01-05T22:58:04.210446-05:00",
            "created_at": "2024-01-04T09:18:25.200237-05:00",
            "name": "Game Total Under 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7d6ce12-9d43-4f1c-94c1-70c0e9421767/?format=api"
        }
    ]
}