GET /api/bet_types/522d9eb7-d0a5-48e6-9d44-8a2b1ff8ef28/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "522d9eb7-d0a5-48e6-9d44-8a2b1ff8ef28",
    "match": "https://api-prod.gambitprofit.com/api/matches/b6647ead-264f-4105-9129-ef005fee5eee/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-10T09:43:09.947692-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 Over 43.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 43.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0f6e257-1d4b-4cc8-bb1f-2619e77dcf13",
            "gambit_id": "00eb388f-2c87-41de-8894-90a9b57e0333",
            "last_updated": "2024-01-15T18:23:12.049343-05:00",
            "created_at": "2024-01-10T09:43:09.951243-05:00",
            "name": "Game Total Over 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/522d9eb7-d0a5-48e6-9d44-8a2b1ff8ef28/?format=api"
        },
        {
            "id": "65e03c07-59a9-43be-ae11-d542a8b23fe1",
            "gambit_id": "3bf927f3-f15c-41ac-b6e1-63e842c224c6",
            "last_updated": "2024-01-15T18:23:12.052795-05:00",
            "created_at": "2024-01-10T09:43:09.955906-05:00",
            "name": "Game Total Under 43.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "43.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/522d9eb7-d0a5-48e6-9d44-8a2b1ff8ef28/?format=api"
        }
    ]
}