GET /api/bet_types/75191f40-e5b7-4861-8b98-a15e71c180e7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75191f40-e5b7-4861-8b98-a15e71c180e7",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3c4637f-642d-45d5-b9b5-cf5e34a98f7e/?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 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "72dcc7ce-3b0f-4eea-b674-61b046e445c9",
            "gambit_id": "67f517c2-64c4-4764-9aae-8b27b75f25fd",
            "last_updated": "2022-11-01T10:17:28.208078-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75191f40-e5b7-4861-8b98-a15e71c180e7/?format=api"
        },
        {
            "id": "3d359341-2c7b-4ccd-9483-ef209af3d054",
            "gambit_id": "d3a2c0e8-6a39-4c93-9c30-0b3bf72916f3",
            "last_updated": "2022-11-01T10:17:28.209235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75191f40-e5b7-4861-8b98-a15e71c180e7/?format=api"
        }
    ]
}