GET /api/bet_types/f73da0a6-3fb6-47ef-b1b0-ac7d3bd018ba/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f73da0a6-3fb6-47ef-b1b0-ac7d3bd018ba",
    "match": "https://api-prod.gambitprofit.com/api/matches/09ed04fd-9974-4618-9180-2aa91be63a17/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-10T08:57:02.555808-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 10",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "61d56db5-ff1b-4e59-b0d8-e45f0d406712",
            "gambit_id": "7c95ee56-ec9a-4b86-b93f-dd0409e9fb5d",
            "last_updated": "2023-04-11T13:17:01.768034-04:00",
            "created_at": "2023-04-10T08:57:02.558678-04:00",
            "name": "Game Total Under 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f73da0a6-3fb6-47ef-b1b0-ac7d3bd018ba/?format=api"
        },
        {
            "id": "9635062d-3ccc-4aa4-b7a5-165a8a46f240",
            "gambit_id": "90fb674e-5947-4949-aa23-ce04bdbe7eef",
            "last_updated": "2023-04-11T13:17:01.770628-04:00",
            "created_at": "2023-04-10T08:57:02.561692-04:00",
            "name": "Game Total Over 10",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f73da0a6-3fb6-47ef-b1b0-ac7d3bd018ba/?format=api"
        }
    ]
}