GET /api/bet_types/ab95f755-51c7-4f60-8972-00623302d8ff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ab95f755-51c7-4f60-8972-00623302d8ff",
    "match": "https://api-prod.gambitprofit.com/api/matches/d9658699-a9ae-42b3-b87c-916fc2d2fc7f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T08:58:24.222601-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 Under 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "aba1f281-fe52-441b-8eda-5f3a52e53f68",
            "gambit_id": "213bebbe-b65a-4238-9431-ec8f6c698393",
            "last_updated": "2023-07-04T10:18:05.881272-04:00",
            "created_at": "2023-07-02T08:58:24.224527-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab95f755-51c7-4f60-8972-00623302d8ff/?format=api"
        },
        {
            "id": "40d3dce1-4868-4f2b-988d-7c97408099f5",
            "gambit_id": "ee099e60-719d-4adf-9db4-56c758f008bd",
            "last_updated": "2023-07-04T10:18:05.879436-04:00",
            "created_at": "2023-07-02T08:58:24.226562-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ab95f755-51c7-4f60-8972-00623302d8ff/?format=api"
        }
    ]
}