GET /api/bet_types/03f41645-b72f-484f-a54c-26c84074c641/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03f41645-b72f-484f-a54c-26c84074c641",
    "match": "https://api-prod.gambitprofit.com/api/matches/ba54a461-6eee-4b9c-9794-d1ed66d980a0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-20T09:58:16.309875-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 Over 48.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 48.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab6eb745-2a7f-4c99-b039-ac40355d6fbd",
            "gambit_id": "a1d4cf89-bc6b-4d9e-8971-6737aa348bad",
            "last_updated": "2023-09-26T09:03:33.914578-04:00",
            "created_at": "2023-09-20T09:58:16.313120-04:00",
            "name": "Game Total Over 48.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03f41645-b72f-484f-a54c-26c84074c641/?format=api"
        },
        {
            "id": "984c65ad-d36d-4b88-b760-adc81fbb4773",
            "gambit_id": "c6b00445-d956-4f7f-9b75-0a23c342ac2f",
            "last_updated": "2023-09-26T09:03:33.918178-04:00",
            "created_at": "2023-09-20T09:58:16.317514-04:00",
            "name": "Game Total Under 48.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "48.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03f41645-b72f-484f-a54c-26c84074c641/?format=api"
        }
    ]
}