GET /api/bet_types/fa7cf72c-d9c8-490c-9d75-6fe6a885d150/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fa7cf72c-d9c8-490c-9d75-6fe6a885d150",
    "match": "https://api-prod.gambitprofit.com/api/matches/bbd3be5f-b22e-4c96-9d59-77c05e452d75/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-16T09:28:10.835906-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 Over 39.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "672f197b-1711-46d2-b793-781fc81904db",
            "gambit_id": "373eca94-7be8-4ecf-982c-07bb9d6717fe",
            "last_updated": "2023-11-20T19:38:14.236824-05:00",
            "created_at": "2023-11-16T09:28:10.840471-05:00",
            "name": "Game Total Over 39.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa7cf72c-d9c8-490c-9d75-6fe6a885d150/?format=api"
        },
        {
            "id": "c47267df-b7bf-47fd-9a15-3382c7fb26a7",
            "gambit_id": "5c4f9c29-1c8c-4d89-9801-71efb482f3a4",
            "last_updated": "2023-11-20T19:38:14.240178-05:00",
            "created_at": "2023-11-16T09:28:10.844648-05:00",
            "name": "Game Total Under 39.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fa7cf72c-d9c8-490c-9d75-6fe6a885d150/?format=api"
        }
    ]
}