GET /api/bet_types/f21dd702-8492-4a56-8dfa-ec1a72250f3c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f21dd702-8492-4a56-8dfa-ec1a72250f3c",
    "match": "https://api-prod.gambitprofit.com/api/matches/303291e4-d2c6-4fb5-b818-8c5717fd8d4d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-07T09:28:19.320633-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "039a852f-957e-47c5-95fb-026c7673121f",
            "gambit_id": "ae8148cb-48db-4fe9-ae6d-9aab078f484e",
            "last_updated": "2023-06-08T16:33:26.602690-04:00",
            "created_at": "2023-06-07T09:28:19.322785-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21dd702-8492-4a56-8dfa-ec1a72250f3c/?format=api"
        },
        {
            "id": "b8d7e100-d2e1-4d35-aa08-5bb236f8029e",
            "gambit_id": "de425408-aa95-41d9-9fbe-856c8c728d1b",
            "last_updated": "2023-06-08T16:33:26.604350-04:00",
            "created_at": "2023-06-07T09:28:19.325852-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f21dd702-8492-4a56-8dfa-ec1a72250f3c/?format=api"
        }
    ]
}