GET /api/bet_types/6fe2ac5c-4614-47d7-b95b-629bda0186c7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fe2ac5c-4614-47d7-b95b-629bda0186c7",
    "match": "https://api-prod.gambitprofit.com/api/matches/04abe22c-fee6-4a6d-8e6e-99273625a6af/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:20.157579-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 7",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "81543aa0-a4d4-4de5-bae4-64da124fc7a4",
            "gambit_id": "844b22a3-525f-41fc-b64f-ccbb39fd7702",
            "last_updated": "2023-04-30T12:47:16.442472-04:00",
            "created_at": "2023-04-28T11:22:20.159079-04:00",
            "name": "Game Total Under 7",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe2ac5c-4614-47d7-b95b-629bda0186c7/?format=api"
        },
        {
            "id": "6eccab3c-355f-4dcf-b161-65b2c963f1a3",
            "gambit_id": "6ba523ba-098a-4d24-bc0f-75054c2ded4f",
            "last_updated": "2023-04-30T12:47:16.444037-04:00",
            "created_at": "2023-04-28T11:22:20.160624-04:00",
            "name": "Game Total Over 7",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fe2ac5c-4614-47d7-b95b-629bda0186c7/?format=api"
        }
    ]
}