GET /api/bet_types/c9eafaa7-3884-4194-b275-d44ae8125646/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c9eafaa7-3884-4194-b275-d44ae8125646",
    "match": "https://api-prod.gambitprofit.com/api/matches/d811fc4f-1784-4277-8c36-5259596aa78f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-19T11:02:13.818342-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 8",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c6ae85d1-e3fb-4d5b-a7f3-534a65bd7177",
            "gambit_id": "384a583f-82a4-4023-a0bd-781950e038c7",
            "last_updated": "2023-05-20T10:52:03.692967-04:00",
            "created_at": "2023-05-19T11:02:13.820203-04:00",
            "name": "Game Total Under 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9eafaa7-3884-4194-b275-d44ae8125646/?format=api"
        },
        {
            "id": "94bef026-557f-4746-81f8-d7dcab534630",
            "gambit_id": "1e6b1ed8-d004-46bf-9ad0-67b34e1df4b3",
            "last_updated": "2023-05-20T10:52:03.694509-04:00",
            "created_at": "2023-05-19T11:02:13.821906-04:00",
            "name": "Game Total Over 8",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c9eafaa7-3884-4194-b275-d44ae8125646/?format=api"
        }
    ]
}