GET /api/bet_types/1acdd9ed-6439-424f-a185-bb067826def3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1acdd9ed-6439-424f-a185-bb067826def3",
    "match": "https://api-prod.gambitprofit.com/api/matches/571ddda9-20d3-4e96-a446-e8b8f96886bd/?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 36.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 36.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "cf474c1c-75a4-43fe-94a3-40abb61441c3",
            "gambit_id": "bbe1bd1c-d431-49d9-9bf0-a30c5a9323e5",
            "last_updated": "2022-08-14T13:52:16.317172-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 36.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acdd9ed-6439-424f-a185-bb067826def3/?format=api"
        },
        {
            "id": "26225deb-9423-4568-a8d4-808c17b024af",
            "gambit_id": "f1925101-5689-4029-9b43-bc3ab0d93d5a",
            "last_updated": "2022-08-14T13:52:16.316707-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 36.5",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "36.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1acdd9ed-6439-424f-a185-bb067826def3/?format=api"
        }
    ]
}