GET /api/bet_types/3849f014-8fb3-4515-b139-ed249f245ed6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3849f014-8fb3-4515-b139-ed249f245ed6",
    "match": "https://api-prod.gambitprofit.com/api/matches/56c40a86-86fb-4d3a-bae0-3e4945cc1169/?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 7.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "63511d1d-d004-4289-821d-8f3234433c9c",
            "gambit_id": "61b93e6f-dcac-448a-a2d1-1b22e2d6052b",
            "last_updated": "2022-12-24T17:12:10.171552-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3849f014-8fb3-4515-b139-ed249f245ed6/?format=api"
        },
        {
            "id": "84799acb-d07b-4715-9cc2-98c663442db4",
            "gambit_id": "6c2ebe84-5a99-4330-82b1-43312190699a",
            "last_updated": "2022-12-24T17:12:10.172800-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3849f014-8fb3-4515-b139-ed249f245ed6/?format=api"
        }
    ]
}