GET /api/bet_types/b1fcc848-e924-4835-9cfc-ab554067b4ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1fcc848-e924-4835-9cfc-ab554067b4ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/c654c7fe-8bbc-4cd0-bd70-3f81282c0af7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-28T09:33:17.306427-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "0ffe10db-d56f-40a2-872b-9d8675b69d48",
            "gambit_id": "d2b9c0d5-93ca-4e17-9880-f7d4152a628e",
            "last_updated": "2023-11-29T21:48:08.299143-05:00",
            "created_at": "2023-11-28T09:33:17.309719-05:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1fcc848-e924-4835-9cfc-ab554067b4ef/?format=api"
        },
        {
            "id": "6d57aeb4-880d-46c8-ae41-857f54e7119c",
            "gambit_id": "bdf7217c-19b9-439e-8b0b-d079529fd68c",
            "last_updated": "2023-11-29T21:48:08.317553-05:00",
            "created_at": "2023-11-28T09:33:17.314310-05:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1fcc848-e924-4835-9cfc-ab554067b4ef/?format=api"
        }
    ]
}