GET /api/bet_types/e68ad6ee-d131-47a1-be08-ba11bafbc280/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e68ad6ee-d131-47a1-be08-ba11bafbc280",
    "match": "https://api-prod.gambitprofit.com/api/matches/749187f5-5c2d-4856-a728-0af588f3eae7/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 53",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": -250.0,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "2d1f72d5-aa20-42ea-abbd-ea4d4e68f035",
            "gambit_id": "13dd00b0-6696-4e94-b75f-4bab1e4908d7",
            "last_updated": "2022-10-03T10:57:18.668120-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68ad6ee-d131-47a1-be08-ba11bafbc280/?format=api"
        },
        {
            "id": "9e79a09a-465c-4dc0-b90b-119afe31963a",
            "gambit_id": "39042aab-4b89-42e2-bbf7-53fbba01defa",
            "last_updated": "2022-10-03T10:57:18.669103-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "53.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e68ad6ee-d131-47a1-be08-ba11bafbc280/?format=api"
        }
    ]
}