GET /api/bet_types/678c755f-867e-4f5b-925d-a57d9a999d0a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "678c755f-867e-4f5b-925d-a57d9a999d0a",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfcd97e9-be73-421e-8bab-1b0a6689b952/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:07.030352-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": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "09546b7a-6b8d-4cb7-96df-e71b935c8b9f",
            "gambit_id": "cd9e324a-e382-4f94-bd8c-c324101bcc4d",
            "last_updated": "2023-11-13T13:53:12.660862-05:00",
            "created_at": "2023-11-11T08:53:07.034629-05:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/678c755f-867e-4f5b-925d-a57d9a999d0a/?format=api"
        },
        {
            "id": "a937b915-23e2-45a8-8334-358a6dda605c",
            "gambit_id": "090d04c3-ffcc-474b-9fcb-77eba0c2c773",
            "last_updated": "2023-11-13T13:53:12.664970-05:00",
            "created_at": "2023-11-11T08:53:07.038509-05:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/678c755f-867e-4f5b-925d-a57d9a999d0a/?format=api"
        }
    ]
}