GET /api/bet_types/80b905f5-4e8d-41b3-8bf7-476a6fa50bfd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80b905f5-4e8d-41b3-8bf7-476a6fa50bfd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6830e97-dd93-4309-be0d-10db0ebac4b4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-25T08:38:09.694998-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 Under 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "8f3c288f-edf7-4e39-af74-e1087f6e98c3",
            "gambit_id": "168a25ed-70fa-4a49-b4aa-8350ad79b907",
            "last_updated": "2023-08-28T18:23:21.998031-04:00",
            "created_at": "2023-08-25T08:38:09.703044-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b905f5-4e8d-41b3-8bf7-476a6fa50bfd/?format=api"
        },
        {
            "id": "10b8d221-8dfb-460d-8735-ca86d9e7a320",
            "gambit_id": "8b60138f-d407-4be3-8ce0-d3741e77872f",
            "last_updated": "2023-08-28T18:23:21.994825-04:00",
            "created_at": "2023-08-25T08:38:09.699105-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80b905f5-4e8d-41b3-8bf7-476a6fa50bfd/?format=api"
        }
    ]
}