GET /api/bet_types/afed492c-d0c3-48e1-80e9-255b56f8fe3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "afed492c-d0c3-48e1-80e9-255b56f8fe3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef91a949-b563-4ef6-b274-274da2ecce07/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-27T11:52:00.450702-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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "919c8d4f-9531-422c-8709-7cad5520f009",
            "gambit_id": "0787d507-e7ae-4b64-b1e8-44641f77bcbf",
            "last_updated": "2023-04-28T11:22:27.726109-04:00",
            "created_at": "2023-04-27T11:52:00.453757-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afed492c-d0c3-48e1-80e9-255b56f8fe3e/?format=api"
        },
        {
            "id": "1fef5cab-eeda-41f6-af04-397b6d37f2bf",
            "gambit_id": "e4718598-11b1-4675-b9b4-0de987af71d9",
            "last_updated": "2023-04-28T11:22:27.724071-04:00",
            "created_at": "2023-04-27T11:52:00.452074-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/afed492c-d0c3-48e1-80e9-255b56f8fe3e/?format=api"
        }
    ]
}