GET /api/bet_types/2f80eafd-8341-433c-8b8a-790bac401ca3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f80eafd-8341-433c-8b8a-790bac401ca3",
    "match": "https://api-prod.gambitprofit.com/api/matches/365c7faa-fdcc-44e9-9bea-a8518e644912/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-24T08:13:21.913386-04: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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "31ed4634-3f3a-4c18-8908-3d6fcc9e5e8d",
            "gambit_id": "bca83951-6ce0-4892-84d6-48d63e67eac3",
            "last_updated": "2023-07-25T20:18:24.557574-04:00",
            "created_at": "2023-07-24T08:13:21.920497-04:00",
            "name": "Game Total Over 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f80eafd-8341-433c-8b8a-790bac401ca3/?format=api"
        },
        {
            "id": "f6781082-654c-44cc-9d70-97db2018ce9e",
            "gambit_id": "1a797055-9757-4793-b9b8-7bf5825cf2d3",
            "last_updated": "2023-07-25T20:18:24.560986-04:00",
            "created_at": "2023-07-24T08:13:21.927898-04:00",
            "name": "Game Total Under 8",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f80eafd-8341-433c-8b8a-790bac401ca3/?format=api"
        }
    ]
}