GET /api/bet_types/4c1ffb9f-26e4-4be0-9bf4-b1780ec41373/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c1ffb9f-26e4-4be0-9bf4-b1780ec41373",
    "match": "https://api-prod.gambitprofit.com/api/matches/66e9d827-a727-4acc-acbf-c6e7ab81f0fb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-07T14:58:29.566501-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": "fb725ff7-f6b0-4b71-ab4c-f2d1be816c6b",
            "gambit_id": "3746b016-e4e9-4be6-8d1f-579ac6c9f0fd",
            "last_updated": "2023-07-09T09:58:33.814039-04:00",
            "created_at": "2023-07-07T14:58:29.569490-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/4c1ffb9f-26e4-4be0-9bf4-b1780ec41373/?format=api"
        },
        {
            "id": "174770cd-7264-4984-bc36-1764d6cb848c",
            "gambit_id": "af072e11-1627-4ce6-b02c-e6d46f304810",
            "last_updated": "2023-07-09T09:58:33.812014-04:00",
            "created_at": "2023-07-07T14:58:29.567884-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/4c1ffb9f-26e4-4be0-9bf4-b1780ec41373/?format=api"
        }
    ]
}