GET /api/bet_types/4159c04f-3b04-4444-aced-21dd50f1054b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4159c04f-3b04-4444-aced-21dd50f1054b",
    "match": "https://api-prod.gambitprofit.com/api/matches/0f05328d-5ce7-441f-9418-883b9b1861d7/?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 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9250.0,
        "profit_sb": 250.0,
        "profit_sb_percentage": 2.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "8e8164b6-9256-44f7-87b7-283576062f57",
            "gambit_id": "e6266165-559b-4fa3-8e14-4d29532b45a9",
            "last_updated": "2022-09-13T09:42:07.879016-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4159c04f-3b04-4444-aced-21dd50f1054b/?format=api"
        },
        {
            "id": "d0126d96-2c1d-475e-be4b-4754a7c6ad77",
            "gambit_id": "694c2af7-9406-46e9-9720-3eab2ed86a2c",
            "last_updated": "2022-09-13T09:42:07.878038-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.85000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4159c04f-3b04-4444-aced-21dd50f1054b/?format=api"
        }
    ]
}