GET /api/bet_types/d5e712fc-778c-47e2-b108-47d57503c628/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d5e712fc-778c-47e2-b108-47d57503c628",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfb61d9c-2add-47b8-ba2c-66b64488a62b/?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 2.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": -350.0,
        "profit_sb_percentage": -3.68,
        "recommended": false
    },
    "lines": [
        {
            "id": "676e6789-13fe-414f-8156-cc18807c8ca1",
            "gambit_id": "17a50ae4-418f-4a9d-b706-6ecdb69360d9",
            "last_updated": "2022-10-11T11:42:09.674782-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.83000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5e712fc-778c-47e2-b108-47d57503c628/?format=api"
        },
        {
            "id": "031dd775-626e-40e4-bfec-9d247a5a3b97",
            "gambit_id": "13b668cb-b74f-4fcd-bfcb-95b6560a2996",
            "last_updated": "2022-10-11T11:42:09.675995-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.83000",
            "odds": "1.88000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d5e712fc-778c-47e2-b108-47d57503c628/?format=api"
        }
    ]
}