GET /api/bet_types/a914042e-5737-47f5-960b-ad8c409f15d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a914042e-5737-47f5-960b-ad8c409f15d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a894575-ce67-48b3-acf2-bda5681bd03b/?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.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "8671e312-a782-4cb9-a6b5-41c172a57079",
            "gambit_id": "7694381c-714e-4394-b9fc-f2afb696f6a1",
            "last_updated": "2022-12-08T13:02:16.812590-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a914042e-5737-47f5-960b-ad8c409f15d6/?format=api"
        },
        {
            "id": "3a800396-dc21-4532-ae04-b015a555d3eb",
            "gambit_id": "ffd72e83-9014-4d22-a9dd-1d0d13a13ca7",
            "last_updated": "2022-12-08T13:02:16.813972-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a914042e-5737-47f5-960b-ad8c409f15d6/?format=api"
        }
    ]
}