GET /api/bet_types/8b50e372-c3bd-43b0-8122-8dcd9265d02f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b50e372-c3bd-43b0-8122-8dcd9265d02f",
    "match": "https://api-prod.gambitprofit.com/api/matches/75ef46d6-abc8-4aad-8dcb-4ed8bbd900e2/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-04T08:52:58.871737-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac01d5ce-843b-47da-9f09-68eb8411e6ca",
            "gambit_id": "caeca7e3-c28d-4fa8-a88a-f4751fb817d8",
            "last_updated": "2023-08-05T12:03:13.338330-04:00",
            "created_at": "2023-08-04T08:52:58.879981-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b50e372-c3bd-43b0-8122-8dcd9265d02f/?format=api"
        },
        {
            "id": "23b48493-af53-4d22-9863-c6b26c842e68",
            "gambit_id": "4e1fa19d-5486-4151-877a-1c2756870227",
            "last_updated": "2023-08-05T12:03:13.334204-04:00",
            "created_at": "2023-08-04T08:52:58.875871-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b50e372-c3bd-43b0-8122-8dcd9265d02f/?format=api"
        }
    ]
}