GET /api/bet_types/27698289-29de-4fd0-9315-2dd8803cc05c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27698289-29de-4fd0-9315-2dd8803cc05c",
    "match": "https://api-prod.gambitprofit.com/api/matches/81a52ce3-3093-489f-a375-55f3af88fb40/?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 216",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 216",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "a941e7df-3159-4218-87b8-0177868c9530",
            "gambit_id": "134a3844-ce16-4d51-890d-33e57fe636bd",
            "last_updated": "2022-10-20T09:37:00.002423-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 216",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27698289-29de-4fd0-9315-2dd8803cc05c/?format=api"
        },
        {
            "id": "27309b12-6bc4-4549-9353-31c91408d0e3",
            "gambit_id": "95fcd836-91c0-4850-bc44-ec0901bec3f6",
            "last_updated": "2022-10-20T09:37:00.001227-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 216",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "216.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27698289-29de-4fd0-9315-2dd8803cc05c/?format=api"
        }
    ]
}