GET /api/bet_types/59aa128b-b89e-40b4-aa0a-c08075314a90/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "59aa128b-b89e-40b4-aa0a-c08075314a90",
    "match": "https://api-prod.gambitprofit.com/api/matches/a133f45c-a27d-4e64-8095-724a1a209cbb/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 230",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 230",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "49b0e4d2-f687-4805-9884-82f7ddf86276",
            "gambit_id": "3c8fc99f-3705-4ced-a004-b31b018bb534",
            "last_updated": "2022-11-22T09:57:26.025244-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 230",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59aa128b-b89e-40b4-aa0a-c08075314a90/?format=api"
        },
        {
            "id": "e80aed1d-3834-45a1-ab73-43b0674ed9a0",
            "gambit_id": "6414106c-17aa-4c17-a4f1-16cb6b60381e",
            "last_updated": "2022-11-22T09:57:26.026413-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 230",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "230.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/59aa128b-b89e-40b4-aa0a-c08075314a90/?format=api"
        }
    ]
}