GET /api/bet_types/9fcb044d-e168-42d2-97fc-760ca03e8cbe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fcb044d-e168-42d2-97fc-760ca03e8cbe",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e586c51-2c30-4894-888f-92bd5971cf27/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-19T08:48:00.515530-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 10.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 10.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0dec5e51-b73c-4547-862f-3ec1fe9873f7",
            "gambit_id": "20ecb739-be36-4f00-b265-99ce0972e897",
            "last_updated": "2023-07-20T19:43:14.437010-04:00",
            "created_at": "2023-07-19T08:48:00.516908-04:00",
            "name": "Game Total Over 10.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fcb044d-e168-42d2-97fc-760ca03e8cbe/?format=api"
        },
        {
            "id": "de66d1f2-bac9-4e4f-9ccd-6dffbf1e43f9",
            "gambit_id": "9016970b-acf3-4538-bf97-4833a7277ed1",
            "last_updated": "2023-07-20T19:43:14.438326-04:00",
            "created_at": "2023-07-19T08:48:00.518403-04:00",
            "name": "Game Total Under 10.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fcb044d-e168-42d2-97fc-760ca03e8cbe/?format=api"
        }
    ]
}