GET /api/bet_types/68896f8e-9fcf-4fc9-9faa-c961c42612bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "68896f8e-9fcf-4fc9-9faa-c961c42612bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4914b0d-4d95-4fa9-be54-05ba7932a062/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-27T09:43:11.095710-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 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "33ee44a7-38da-4d9d-94b9-11235a1baeb2",
            "gambit_id": "17051db2-622f-4cac-b100-a2cfbc8bc118",
            "last_updated": "2024-01-02T10:38:09.359533-05:00",
            "created_at": "2023-12-27T09:43:11.099437-05:00",
            "name": "Game Total Over 38",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68896f8e-9fcf-4fc9-9faa-c961c42612bb/?format=api"
        },
        {
            "id": "d23f3423-6a23-4071-942e-7159d126e895",
            "gambit_id": "73850e7f-2445-43b2-b948-699d0ff94c64",
            "last_updated": "2024-01-02T10:38:09.372467-05:00",
            "created_at": "2023-12-27T09:43:11.113370-05:00",
            "name": "Game Total Under 38",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/68896f8e-9fcf-4fc9-9faa-c961c42612bb/?format=api"
        }
    ]
}