GET /api/bet_types/5c9e8040-8f8d-47f9-8043-76ae8388b075/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c9e8040-8f8d-47f9-8043-76ae8388b075",
    "match": "https://api-prod.gambitprofit.com/api/matches/9aa950f8-f450-4b8c-9ccc-a5bb578397ee/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-26T09:18:17.590111-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "640307f8-1e4b-4bbd-8a07-fd97a160e864",
            "gambit_id": "3f7e23c8-1965-4212-8491-8ad4623a9f7d",
            "last_updated": "2023-08-02T18:38:21.205853-04:00",
            "created_at": "2023-07-26T09:18:17.606291-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c9e8040-8f8d-47f9-8043-76ae8388b075/?format=api"
        },
        {
            "id": "e72f8b2f-bae3-42ae-9e76-90ebb8d7090e",
            "gambit_id": "caeaab8f-f2e2-402d-8764-ebdb6dffbf99",
            "last_updated": "2023-08-02T18:38:21.201804-04:00",
            "created_at": "2023-07-26T09:18:17.596007-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c9e8040-8f8d-47f9-8043-76ae8388b075/?format=api"
        }
    ]
}