GET /api/bet_types/4bf79ab8-b9e4-41da-9472-b65953d82ec8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4bf79ab8-b9e4-41da-9472-b65953d82ec8",
    "match": "https://api-prod.gambitprofit.com/api/matches/7513dbec-4efa-4478-bac7-073ed54a5c42/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-06T10:57:13.568948-04: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 11",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 11",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8a5c4fa9-fe7d-4d0c-9a6d-d75888cd023f",
            "gambit_id": "f236871a-bc32-4d0f-8913-44fd9c5bdf74",
            "last_updated": "2023-06-07T10:23:04.468901-04:00",
            "created_at": "2023-06-06T10:57:13.570992-04:00",
            "name": "Game Total Over 11",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf79ab8-b9e4-41da-9472-b65953d82ec8/?format=api"
        },
        {
            "id": "af1661d4-be18-471c-b723-b2f193b56e08",
            "gambit_id": "e571ef18-5d50-4066-84f4-eea9841faf65",
            "last_updated": "2023-06-07T10:23:04.465894-04:00",
            "created_at": "2023-06-06T10:57:13.573238-04:00",
            "name": "Game Total Under 11",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4bf79ab8-b9e4-41da-9472-b65953d82ec8/?format=api"
        }
    ]
}