GET /api/bet_types/26a714b3-e661-4979-9e90-7e0158c21cc1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26a714b3-e661-4979-9e90-7e0158c21cc1",
    "match": "https://api-prod.gambitprofit.com/api/matches/49cb3c9a-898d-4d3c-ac23-a25043556d40/?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 49",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 49",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "339e34aa-eaf4-4994-baed-746acef1c2ab",
            "gambit_id": "9b2f4379-ab8c-4b12-9359-3428ea6f1b60",
            "last_updated": "2022-10-16T15:07:11.129850-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 49",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a714b3-e661-4979-9e90-7e0158c21cc1/?format=api"
        },
        {
            "id": "f69b537a-555d-4470-b535-4cb4cd246733",
            "gambit_id": "b2f896c5-b3ed-4ac7-84e9-3280ea798d5c",
            "last_updated": "2022-10-16T15:07:11.128554-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 49",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "49.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26a714b3-e661-4979-9e90-7e0158c21cc1/?format=api"
        }
    ]
}