GET /api/bet_types/1744b7c7-0852-488f-bb42-89f1ee262f3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1744b7c7-0852-488f-bb42-89f1ee262f3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/f725948b-bc67-46f2-84c4-e6ef449881d6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-09T13:22:14.147381-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 41",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7af52f63-28e6-4e10-96d9-69512bc939cc",
            "gambit_id": "a7590b05-12bb-476f-9e7d-e3dff4be1b39",
            "last_updated": "2023-03-13T10:21:56.852478-04:00",
            "created_at": "2023-03-09T13:22:14.149434-05:00",
            "name": "Game Total Under 41",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1744b7c7-0852-488f-bb42-89f1ee262f3e/?format=api"
        },
        {
            "id": "6432cfa3-e09a-4437-9573-092d2ae97058",
            "gambit_id": "6648d6dc-bbef-4d02-a51e-426e0a3a2ca8",
            "last_updated": "2023-03-13T10:21:56.853894-04:00",
            "created_at": "2023-03-09T13:22:14.151349-05:00",
            "name": "Game Total Over 41",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1744b7c7-0852-488f-bb42-89f1ee262f3e/?format=api"
        }
    ]
}