GET /api/bet_types/2514ba1a-636d-4f25-a25a-6022e50d7e65/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2514ba1a-636d-4f25-a25a-6022e50d7e65",
    "match": "https://api-prod.gambitprofit.com/api/matches/af4d51ea-30a7-4927-949b-f227702a3657/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:05.595511-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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6796ac24-bcd0-4e57-b0a3-df255a98e4b0",
            "gambit_id": "6698ff45-3dbc-483a-83a0-b6de9870a9ca",
            "last_updated": "2023-12-26T20:08:04.157483-05:00",
            "created_at": "2023-12-20T11:13:05.600000-05:00",
            "name": "Game Total Over 49",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2514ba1a-636d-4f25-a25a-6022e50d7e65/?format=api"
        },
        {
            "id": "c4d631ad-79c1-4f0e-9606-a5ec4bc5e33d",
            "gambit_id": "c102f3b8-96ae-4960-a0b8-5f8c11a66452",
            "last_updated": "2023-12-26T20:08:04.161173-05:00",
            "created_at": "2023-12-20T11:13:05.604058-05:00",
            "name": "Game Total Under 49",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2514ba1a-636d-4f25-a25a-6022e50d7e65/?format=api"
        }
    ]
}