GET /api/bet_types/d70cf804-797d-4e6d-b282-cdba639ccc33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d70cf804-797d-4e6d-b282-cdba639ccc33",
    "match": "https://api-prod.gambitprofit.com/api/matches/393edd4a-c6a4-4f32-b937-bf3421bbcbb8/?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 Under 216.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 216.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "69d5ba4a-4dfa-424b-81e4-577457808c60",
            "gambit_id": "8d43e160-f1e1-4c8e-80b4-cb05a33f671f",
            "last_updated": "2022-12-17T09:42:31.107397-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70cf804-797d-4e6d-b282-cdba639ccc33/?format=api"
        },
        {
            "id": "aed6487c-d7f7-4235-81e5-64e64122d24b",
            "gambit_id": "ce549fea-16aa-4bf8-9f27-687d87fad285",
            "last_updated": "2022-12-17T09:42:31.108487-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d70cf804-797d-4e6d-b282-cdba639ccc33/?format=api"
        }
    ]
}