GET /api/bet_types/29d4a6b3-52f8-41ec-a92e-44f33839f12a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29d4a6b3-52f8-41ec-a92e-44f33839f12a",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ec875e8-13e7-4ee6-8127-9d08e3dfd6c6/?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 216",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ee1068d-7f8d-4426-99c3-f44a70fec6cc",
            "gambit_id": "171501a2-b87a-4aa4-ba58-4ab9189cc981",
            "last_updated": "2022-11-08T10:52:21.269781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d4a6b3-52f8-41ec-a92e-44f33839f12a/?format=api"
        },
        {
            "id": "5d722907-eaa4-49c3-835a-c899312572d4",
            "gambit_id": "e85453e3-5d73-43f3-8ceb-abaca6d6e5d1",
            "last_updated": "2022-11-08T10:52:21.268771-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29d4a6b3-52f8-41ec-a92e-44f33839f12a/?format=api"
        }
    ]
}