GET /api/bet_types/f7c9acde-770a-4b3d-8460-58cc762ecb44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f7c9acde-770a-4b3d-8460-58cc762ecb44",
    "match": "https://api-prod.gambitprofit.com/api/matches/87e1a015-abd4-4f01-9c24-87d36f0895d7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-28T08:48:09.538091-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 Over 12.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 12.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f72603ef-dbe2-4568-841c-11a2c1640a87",
            "gambit_id": "11bf7dd6-88d7-43bb-88a6-3efb200beddd",
            "last_updated": "2023-08-29T19:28:17.097128-04:00",
            "created_at": "2023-08-28T08:48:09.545914-04:00",
            "name": "Game Total Over 12.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7c9acde-770a-4b3d-8460-58cc762ecb44/?format=api"
        },
        {
            "id": "d3bdde05-e576-4dac-9ed8-a7400c725e09",
            "gambit_id": "8c01ee06-2367-446e-9e3b-39c069b78251",
            "last_updated": "2023-08-29T19:28:17.100489-04:00",
            "created_at": "2023-08-28T08:48:09.549535-04:00",
            "name": "Game Total Under 12.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f7c9acde-770a-4b3d-8460-58cc762ecb44/?format=api"
        }
    ]
}