GET /api/bet_types/60294cdd-8c31-4275-aa34-bd65e7890592/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "60294cdd-8c31-4275-aa34-bd65e7890592",
    "match": "https://api-prod.gambitprofit.com/api/matches/adadd5be-66c1-4a25-a46a-8c3c101f8fff/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-24T09:13:15.017257-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "01ccf646-b052-4eea-8965-7efec3a1dd81",
            "gambit_id": "fba1e383-969f-4d4c-9b1c-7249e2740b79",
            "last_updated": "2024-01-26T13:13:07.703103-05:00",
            "created_at": "2024-01-24T09:13:15.026129-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60294cdd-8c31-4275-aa34-bd65e7890592/?format=api"
        },
        {
            "id": "f7281283-9415-4d6a-8505-73922baea6bb",
            "gambit_id": "46da4eee-f0f8-4658-8a55-b8d3c8204e6b",
            "last_updated": "2024-01-26T13:13:07.700004-05:00",
            "created_at": "2024-01-24T09:13:15.021916-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60294cdd-8c31-4275-aa34-bd65e7890592/?format=api"
        }
    ]
}