GET /api/bet_types/8cd1aee1-afc2-40d5-81f8-8a95349b3b8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cd1aee1-afc2-40d5-81f8-8a95349b3b8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/d842f7ce-a142-4862-8689-20fdd58e7e79/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T08:13:17.957762-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "f90ab757-3509-4044-b4dc-a1818c8e92d2",
            "gambit_id": "c8755118-878f-4d6c-9114-5cb04ac0c828",
            "last_updated": "2023-09-30T11:03:11.364811-04:00",
            "created_at": "2023-09-28T08:13:17.963101-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd1aee1-afc2-40d5-81f8-8a95349b3b8c/?format=api"
        },
        {
            "id": "fa2cf12b-76b9-4062-ad1c-f9d69cbd56ad",
            "gambit_id": "bbf22119-84dd-4fc9-917c-f45ace3c53f4",
            "last_updated": "2023-09-30T11:03:11.368297-04:00",
            "created_at": "2023-09-28T08:13:17.968805-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cd1aee1-afc2-40d5-81f8-8a95349b3b8c/?format=api"
        }
    ]
}