GET /api/bet_types/4e468759-4981-4d3e-a3d8-ac24ee51ac0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4e468759-4981-4d3e-a3d8-ac24ee51ac0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a961022d-ce6e-471e-a850-f8a5f7a7c3a5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-13T10:02:05.382388-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 241.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 241.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8fda5cd4-bc58-4dd7-b3ce-84c00fa42e6f",
            "gambit_id": "48a6cb82-5b0f-467f-86ee-2f263f90a025",
            "last_updated": "2023-03-14T12:32:15.452984-04:00",
            "created_at": "2023-03-13T10:02:05.386149-04:00",
            "name": "Game Total Over 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e468759-4981-4d3e-a3d8-ac24ee51ac0c/?format=api"
        },
        {
            "id": "329d67fd-32aa-4e42-997e-df2366551215",
            "gambit_id": "c08deaf2-0857-40eb-a76c-b2a0bffd8c05",
            "last_updated": "2023-03-14T12:32:15.451622-04:00",
            "created_at": "2023-03-13T10:02:05.384179-04:00",
            "name": "Game Total Under 241.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "241.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4e468759-4981-4d3e-a3d8-ac24ee51ac0c/?format=api"
        }
    ]
}