GET /api/bet_types/4558d9a5-321e-47e3-8407-40cdb1c795c9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4558d9a5-321e-47e3-8407-40cdb1c795c9",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb1c8c8c-ec43-47b0-8fdd-09e3555e1833/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-05: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 2.5",
                "amount": 5253.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4747.0
            }
        ],
        "expected_reward_tokens": 9350.34,
        "profit_sb": -149.66,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "f8d555c5-2e5f-47cf-a7e3-7858cc5c7509",
            "gambit_id": "770ad576-1ed2-460f-9734-fc0e9e6108ab",
            "last_updated": "2022-10-17T10:22:14.291703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4558d9a5-321e-47e3-8407-40cdb1c795c9/?format=api"
        },
        {
            "id": "6f2c7f3e-c9df-4391-a453-918d165615f3",
            "gambit_id": "73902704-c058-45ee-a070-0ed874ebaf4d",
            "last_updated": "2022-10-17T10:22:14.292858-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4558d9a5-321e-47e3-8407-40cdb1c795c9/?format=api"
        }
    ]
}