GET /api/bet_types/f865d5f0-ba4a-48e3-bfd7-e62ae404c0a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f865d5f0-ba4a-48e3-bfd7-e62ae404c0a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/586e2005-8a84-4900-9896-b7b6b02aba25/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-12T10:17:04.726931-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 227.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 227.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "daeeba57-ecc6-4357-8e4b-ac499086507d",
            "gambit_id": "6153f82a-b374-4be6-a1aa-b0173d6ecfb9",
            "last_updated": "2023-03-13T19:02:14.839212-04:00",
            "created_at": "2023-03-12T10:17:04.728427-04:00",
            "name": "Game Total Under 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f865d5f0-ba4a-48e3-bfd7-e62ae404c0a1/?format=api"
        },
        {
            "id": "f1d8f87c-bc48-47d0-b139-4eb106a22f1f",
            "gambit_id": "f2b0d1eb-0e43-431c-8e70-b0ca634c9ba8",
            "last_updated": "2023-03-13T19:02:14.840580-04:00",
            "created_at": "2023-03-12T10:17:04.729910-04:00",
            "name": "Game Total Over 227.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f865d5f0-ba4a-48e3-bfd7-e62ae404c0a1/?format=api"
        }
    ]
}