GET /api/bet_types/af8164cf-625b-4eb5-84aa-b57ee6eb6770/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af8164cf-625b-4eb5-84aa-b57ee6eb6770",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca2bd655-7ff5-4eb7-bd96-9cd1b8113306/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5822.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4178.0
            }
        ],
        "expected_reward_tokens": 8732.02,
        "profit_sb": -267.98,
        "profit_sb_percentage": -2.98,
        "recommended": false
    },
    "lines": [
        {
            "id": "abd9de22-8f86-497c-a223-ebc4df76fa60",
            "gambit_id": "ee4757f9-7c10-42f7-b791-babe7561d187",
            "last_updated": "2022-12-12T09:57:09.154643-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.50000",
            "odds": "1.57000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af8164cf-625b-4eb5-84aa-b57ee6eb6770/?format=api"
        },
        {
            "id": "ab4b6a03-d2aa-438a-a032-d716c53108eb",
            "gambit_id": "9bcbcae7-a184-4b10-ad82-978ff6bf454d",
            "last_updated": "2022-12-12T09:57:09.155781-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af8164cf-625b-4eb5-84aa-b57ee6eb6770/?format=api"
        }
    ]
}