GET /api/bet_types/1e0e0273-8ae7-460c-b010-b44cf241c368/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e0e0273-8ae7-460c-b010-b44cf241c368",
    "match": "https://api-prod.gambitprofit.com/api/matches/13e069ca-930c-456b-84a0-9252cad05794/?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 7",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 8970.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3b8fc34-33a1-4741-a6a4-9e3d3a2e7252",
            "gambit_id": "5e6ce213-85fb-4218-9cc7-00337866eba6",
            "last_updated": "2022-09-23T10:12:04.839594-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e0e0273-8ae7-460c-b010-b44cf241c368/?format=api"
        },
        {
            "id": "da7b3488-0403-467f-b5b5-ab0a969c2931",
            "gambit_id": "9f83e49f-491f-4fa8-b407-6d07d7981cfd",
            "last_updated": "2022-09-23T10:12:04.840682-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.83000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e0e0273-8ae7-460c-b010-b44cf241c368/?format=api"
        }
    ]
}