GET /api/bet_types/a23dc807-ec0d-4bf2-9b34-fcda39a4a601/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a23dc807-ec0d-4bf2-9b34-fcda39a4a601",
    "match": "https://api-prod.gambitprofit.com/api/matches/b537c0c5-4bea-4dfd-ac02-a9b3489f3d25/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-01T12:27:15.776984-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 Under 215",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 215",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "09777d38-34c8-45df-bb82-4cc4332771f5",
            "gambit_id": "3fe8903a-38eb-4f1a-97b9-939680cb56cf",
            "last_updated": "2023-05-02T11:52:09.012360-04:00",
            "created_at": "2023-05-01T12:27:15.778957-04:00",
            "name": "Game Total Under 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23dc807-ec0d-4bf2-9b34-fcda39a4a601/?format=api"
        },
        {
            "id": "8ddb2ba9-6bb4-4d43-9c3d-1470ce9d20d4",
            "gambit_id": "3e3b4f05-0894-4f1f-b96c-c7218b7ecd75",
            "last_updated": "2023-05-02T11:52:09.013591-04:00",
            "created_at": "2023-05-01T12:27:15.780667-04:00",
            "name": "Game Total Over 215",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "215.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a23dc807-ec0d-4bf2-9b34-fcda39a4a601/?format=api"
        }
    ]
}