GET /api/bet_types/5443573e-d1b1-4124-9842-77882beb77c4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5443573e-d1b1-4124-9842-77882beb77c4",
    "match": "https://api-prod.gambitprofit.com/api/matches/f62f6642-524e-4b7b-a745-d4d61ba933cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-03T08:53:19.159877-05: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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "19d5ae6f-82fe-4e57-a6c9-07c1f0850c86",
            "gambit_id": "dd915c19-792b-408b-91de-e217c899e664",
            "last_updated": "2023-12-05T09:58:15.339745-05:00",
            "created_at": "2023-12-03T08:53:19.168305-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5443573e-d1b1-4124-9842-77882beb77c4/?format=api"
        },
        {
            "id": "6338ef37-cbdc-4ade-8b10-a7c1d8e58add",
            "gambit_id": "9697c5c5-973e-4dea-bdf9-d7bdba7fc917",
            "last_updated": "2023-12-05T09:58:15.342987-05:00",
            "created_at": "2023-12-03T08:53:19.163888-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5443573e-d1b1-4124-9842-77882beb77c4/?format=api"
        }
    ]
}