GET /api/bet_types/43c44c56-daec-4c23-ad0d-a9a52a7789ae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43c44c56-daec-4c23-ad0d-a9a52a7789ae",
    "match": "https://api-prod.gambitprofit.com/api/matches/4105cbc4-5f39-4b06-a8ee-d2e594d59d45/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-10T08:43:00.400329-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 9.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 9.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c4a44925-d2ce-4048-bfed-c169c208902b",
            "gambit_id": "625183bd-3219-4511-8cf9-872b1a1f49b4",
            "last_updated": "2023-08-11T11:03:13.974764-04:00",
            "created_at": "2023-08-10T08:43:00.405475-04:00",
            "name": "Game Total Under 9.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43c44c56-daec-4c23-ad0d-a9a52a7789ae/?format=api"
        },
        {
            "id": "a68a061b-637f-4514-821d-69908d53c6f9",
            "gambit_id": "bc83ef28-a364-4e60-808a-57de90c91f04",
            "last_updated": "2023-08-11T11:03:13.982369-04:00",
            "created_at": "2023-08-10T08:43:00.409343-04:00",
            "name": "Game Total Over 9.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43c44c56-daec-4c23-ad0d-a9a52a7789ae/?format=api"
        }
    ]
}