GET /api/bet_types/7f89d98a-f0e0-4f7a-9863-5fc6e18201bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7f89d98a-f0e0-4f7a-9863-5fc6e18201bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/915b92f2-694d-4d58-9b6f-2e7726a8f764/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-02T08:58:24.850335-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 11.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fa0cfded-b1e6-469f-99e6-f2e612e4f14f",
            "gambit_id": "fb75c5eb-1e62-4de2-bb99-2ddd31844c69",
            "last_updated": "2023-07-04T10:13:00.321160-04:00",
            "created_at": "2023-07-02T08:58:24.852732-04:00",
            "name": "Game Total Over 11.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f89d98a-f0e0-4f7a-9863-5fc6e18201bf/?format=api"
        },
        {
            "id": "e2894a3b-f9e9-4131-970d-78033d418b59",
            "gambit_id": "09b2e61e-d060-4b3d-a441-220fd1d36790",
            "last_updated": "2023-07-04T10:13:00.323014-04:00",
            "created_at": "2023-07-02T08:58:24.854967-04:00",
            "name": "Game Total Under 11.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7f89d98a-f0e0-4f7a-9863-5fc6e18201bf/?format=api"
        }
    ]
}