GET /api/bet_types/865ae055-0d37-4b10-98d4-5a75f8e34242/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "865ae055-0d37-4b10-98d4-5a75f8e34242",
    "match": "https://api-prod.gambitprofit.com/api/matches/7abadd9d-38a4-4577-8613-9688507b014e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-02T09:37:06.629741-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 51.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 51.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "dac4e805-71b5-4222-abaf-6c9bd2f42f72",
            "gambit_id": "05dab887-1d04-4b23-aa12-c0f25e212186",
            "last_updated": "2023-02-13T09:42:09.955346-05:00",
            "created_at": "2023-02-02T09:37:06.632373-05:00",
            "name": "Game Total Over 51.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865ae055-0d37-4b10-98d4-5a75f8e34242/?format=api"
        },
        {
            "id": "b8513ad5-ce97-42ba-ba1b-9a7307966bfd",
            "gambit_id": "7365a6f9-e66d-43ad-820e-5a4b00d2a57f",
            "last_updated": "2023-02-13T09:42:09.954148-05:00",
            "created_at": "2023-02-02T09:37:06.631043-05:00",
            "name": "Game Total Under 51.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "51.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/865ae055-0d37-4b10-98d4-5a75f8e34242/?format=api"
        }
    ]
}