GET /api/bet_types/474f1bee-5bf9-449c-834a-dd7c74ef74bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "474f1bee-5bf9-449c-834a-dd7c74ef74bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/fda2f782-89d8-419a-9389-6fa49ea5a417/?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 6",
                "amount": 5098.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "2f5dba6e-6d85-4567-8188-a884d0927770",
            "gambit_id": "3a3de08e-a3ea-4615-8cc1-43cc2d9251df",
            "last_updated": "2022-12-23T12:17:24.270892-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/474f1bee-5bf9-449c-834a-dd7c74ef74bf/?format=api"
        },
        {
            "id": "4b5922c0-2a4b-4e2d-8128-57661682dccf",
            "gambit_id": "a564faff-8bba-4be0-b0cf-64934007d7e9",
            "last_updated": "2022-12-23T12:17:24.269764-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/474f1bee-5bf9-449c-834a-dd7c74ef74bf/?format=api"
        }
    ]
}