GET /api/bet_types/79c16db2-45eb-49b1-ab68-6ab9b9274f23/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79c16db2-45eb-49b1-ab68-6ab9b9274f23",
    "match": "https://api-prod.gambitprofit.com/api/matches/695834bf-3b25-494a-8312-be86848b234e/?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 Over 232",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 232",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f1125ea-fa5a-469a-ad17-2dcf046cd296",
            "gambit_id": "ce3d9c09-61bc-404d-8cb6-65fdf81b68cd",
            "last_updated": "2022-12-15T10:46:59.814837-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 232",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79c16db2-45eb-49b1-ab68-6ab9b9274f23/?format=api"
        },
        {
            "id": "8ef72c88-66d0-462c-a711-8de1a395a142",
            "gambit_id": "b57f656c-f85b-45db-b183-ae8a901fb210",
            "last_updated": "2022-12-15T10:46:59.813740-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 232",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "232.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79c16db2-45eb-49b1-ab68-6ab9b9274f23/?format=api"
        }
    ]
}