GET /api/bet_types/005692a7-e9e5-4845-9d08-bd38a7ac8f69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "005692a7-e9e5-4845-9d08-bd38a7ac8f69",
    "match": "https://api-prod.gambitprofit.com/api/matches/a58b3e55-ebb2-4120-8ea5-f2e17626b928/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-16T09:23:13.870883-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "671a100a-b7f6-4b90-8300-d22ef3a0e84a",
            "gambit_id": "c2c0d350-efbe-4c68-9646-fe9097656c4d",
            "last_updated": "2023-12-18T10:33:33.175096-05:00",
            "created_at": "2023-12-16T09:23:13.880868-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005692a7-e9e5-4845-9d08-bd38a7ac8f69/?format=api"
        },
        {
            "id": "dcc342cb-03eb-43ab-bcf4-3a71bd19bfa3",
            "gambit_id": "9f19ea43-15c0-4e3d-97a1-51488f4ef6a6",
            "last_updated": "2023-12-18T10:33:33.178364-05:00",
            "created_at": "2023-12-16T09:23:13.875531-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/005692a7-e9e5-4845-9d08-bd38a7ac8f69/?format=api"
        }
    ]
}