GET /api/bet_types/1670b9a4-40d4-4b67-9d01-afd0ffbeb2c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1670b9a4-40d4-4b67-9d01-afd0ffbeb2c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a6b3499-0a19-44bd-b471-451114a1813e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-23T09:28:13.553451-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": "0ecfd3e0-343e-4b75-bd63-b6b48167772b",
            "gambit_id": "11b4e3ef-66e5-4768-8b7f-9206092219c1",
            "last_updated": "2023-06-25T10:18:02.141917-04:00",
            "created_at": "2023-06-23T09:28:13.557297-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/1670b9a4-40d4-4b67-9d01-afd0ffbeb2c0/?format=api"
        },
        {
            "id": "b578716d-2589-41a8-9394-d2fba1bb7f23",
            "gambit_id": "893ce308-2c3f-4611-ad80-6814b225b4c7",
            "last_updated": "2023-06-25T10:18:02.139830-04:00",
            "created_at": "2023-06-23T09:28:13.555330-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/1670b9a4-40d4-4b67-9d01-afd0ffbeb2c0/?format=api"
        }
    ]
}