GET /api/bet_types/1070068e-8065-44a2-ad39-86b7d396c8e0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1070068e-8065-44a2-ad39-86b7d396c8e0",
    "match": "https://api-prod.gambitprofit.com/api/matches/8b9e19e8-730a-4c70-9497-6f3914a4abb6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-02T09:03:08.827181-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 46.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 46.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "9522e4c7-cb75-4118-95f1-6cdc1fdfc351",
            "gambit_id": "2b34cd76-e439-49bb-997c-ea3d8636022c",
            "last_updated": "2023-11-06T21:13:14.878077-05:00",
            "created_at": "2023-11-02T09:03:08.837221-04:00",
            "name": "Game Total Under 46.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1070068e-8065-44a2-ad39-86b7d396c8e0/?format=api"
        },
        {
            "id": "3ef6f745-22a2-42ae-be4a-6ef545052d65",
            "gambit_id": "756d02c0-21e4-4e51-8656-b7c10fea8548",
            "last_updated": "2023-11-06T21:13:14.874850-05:00",
            "created_at": "2023-11-02T09:03:08.831844-04:00",
            "name": "Game Total Over 46.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "46.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1070068e-8065-44a2-ad39-86b7d396c8e0/?format=api"
        }
    ]
}