GET /api/bet_types/85f51157-b84f-4ed3-b720-7b5007a38cbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85f51157-b84f-4ed3-b720-7b5007a38cbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/78f0dc90-2448-41a8-94f1-76c914f72a98/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-14T09:13:25.269512-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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0249dcc8-cbf9-40eb-8ec5-54d0d31047e6",
            "gambit_id": "814a745a-fcc7-47dd-990b-4956301c4e3c",
            "last_updated": "2023-07-17T09:08:02.076927-04:00",
            "created_at": "2023-07-14T09:13:25.273404-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f51157-b84f-4ed3-b720-7b5007a38cbd/?format=api"
        },
        {
            "id": "eca693e9-b114-477b-8e30-a59ae12ea408",
            "gambit_id": "51b31da8-80d0-460b-9adb-92fb031ea18e",
            "last_updated": "2023-07-17T09:08:02.078441-04:00",
            "created_at": "2023-07-14T09:13:25.271948-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85f51157-b84f-4ed3-b720-7b5007a38cbd/?format=api"
        }
    ]
}