GET /api/bet_types/280b6d82-040b-4784-9e62-00aa29aa41a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "280b6d82-040b-4784-9e62-00aa29aa41a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/34c192cd-8dd9-4337-b8b0-5d98c5b096be/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-31T11:47:18.179227-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": 5107.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "dcc31fe0-12ff-414a-bc90-8924fb39e1d1",
            "gambit_id": "a59d5982-21bf-48b9-bf15-e37ba4bd552f",
            "last_updated": "2023-06-01T10:07:11.526320-04:00",
            "created_at": "2023-05-31T11:47:18.186411-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280b6d82-040b-4784-9e62-00aa29aa41a3/?format=api"
        },
        {
            "id": "bbfcf618-854b-4326-9df6-6567bced7719",
            "gambit_id": "54abb39e-32bd-499f-a513-2fcc2e50965a",
            "last_updated": "2023-06-01T10:07:11.523915-04:00",
            "created_at": "2023-05-31T11:47:18.180783-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280b6d82-040b-4784-9e62-00aa29aa41a3/?format=api"
        }
    ]
}