GET /api/bet_types/92720af4-23c5-4a34-96a6-75575075cfcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92720af4-23c5-4a34-96a6-75575075cfcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/595edf62-c50e-49f5-a411-6fc0426b5173/?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 Over 2.5",
                "amount": 5849.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4151.0
            }
        ],
        "expected_reward_tokens": 9007.46,
        "profit_sb": 7.46,
        "profit_sb_percentage": 0.08,
        "recommended": true
    },
    "lines": [
        {
            "id": "6227b328-35ab-45c4-bd51-ce2877062270",
            "gambit_id": "b05e7d74-93b6-434c-a016-fde0c5b831ed",
            "last_updated": "2022-09-05T10:47:18.921922-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.54000",
            "odds": "1.60000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92720af4-23c5-4a34-96a6-75575075cfcb/?format=api"
        },
        {
            "id": "5e91311f-b7ce-4f00-a5dd-3f2f7e8dc8e3",
            "gambit_id": "91ed0f0b-772d-4019-95aa-f174296750b4",
            "last_updated": "2022-09-05T10:47:18.920708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92720af4-23c5-4a34-96a6-75575075cfcb/?format=api"
        }
    ]
}