GET /api/bet_types/7a071b35-5031-4d6f-85e7-e008f213987a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a071b35-5031-4d6f-85e7-e008f213987a",
    "match": "https://api-prod.gambitprofit.com/api/matches/36b89a28-76d2-4689-8932-0fa36fce231e/?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 38",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 38",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a43326b4-7852-4da4-b46c-799305c06529",
            "gambit_id": "0e30978b-b556-46ce-b2c9-80ac02cfbb78",
            "last_updated": "2022-11-21T15:53:15.508501-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 38",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a071b35-5031-4d6f-85e7-e008f213987a/?format=api"
        },
        {
            "id": "7381aeac-2713-4f5c-9ed6-2083674214df",
            "gambit_id": "cb56d7cb-0b9e-4c38-bddb-65042d21a4c6",
            "last_updated": "2022-11-21T15:53:15.509685-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 38",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "38.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a071b35-5031-4d6f-85e7-e008f213987a/?format=api"
        }
    ]
}