GET /api/bet_types/048cb5ee-ccd9-4a47-875a-2ad0ada75733/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "048cb5ee-ccd9-4a47-875a-2ad0ada75733",
    "match": "https://api-prod.gambitprofit.com/api/matches/132c199f-e4a6-4bff-b2c6-f7a4f00bf260/?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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "5e278fa0-ae58-437b-8e97-07d49bd17816",
            "gambit_id": "c20601b7-795f-4eb6-b932-93309c7bea81",
            "last_updated": "2022-09-11T11:02:02.381571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/048cb5ee-ccd9-4a47-875a-2ad0ada75733/?format=api"
        },
        {
            "id": "c2e6a6ac-caa2-45c1-805a-0fc2cb9589be",
            "gambit_id": "da0ed8cf-585a-485f-8731-e22340222a9d",
            "last_updated": "2022-09-11T11:02:02.382863-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/048cb5ee-ccd9-4a47-875a-2ad0ada75733/?format=api"
        }
    ]
}