GET /api/bet_types/571f51eb-bcd5-4501-83c0-2f1e23de33c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "571f51eb-bcd5-4501-83c0-2f1e23de33c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6512772-38b8-4857-af62-fbdc726dadd2/?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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ed91469-9ca7-4a11-951b-13b592285c7d",
            "gambit_id": "711c03ea-cb05-4ec0-9a46-68b8796b8bd1",
            "last_updated": "2022-10-18T09:07:04.082503-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/571f51eb-bcd5-4501-83c0-2f1e23de33c7/?format=api"
        },
        {
            "id": "389bf9f6-a143-4f7b-b56c-68e165c6306a",
            "gambit_id": "b22e3988-1bad-4137-90ee-cd8218e0f8f4",
            "last_updated": "2022-10-18T09:07:04.081321-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/571f51eb-bcd5-4501-83c0-2f1e23de33c7/?format=api"
        }
    ]
}