GET /api/bet_types/30591c7e-dece-4759-8502-81749a434285/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30591c7e-dece-4759-8502-81749a434285",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e30582a-7add-436d-9b49-2081525003ed/?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 61.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 61.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "62efff1d-e883-48d4-a837-99a4f88c45b8",
            "gambit_id": "fd7c2a3e-a9ad-4d10-894c-38d51c0327af",
            "last_updated": "2022-11-06T16:03:37.587229-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 61.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30591c7e-dece-4759-8502-81749a434285/?format=api"
        },
        {
            "id": "706f0eb0-efdf-45f7-92e7-a742c1cbabfd",
            "gambit_id": "01fc9075-4db8-438a-82ad-92c092059bb5",
            "last_updated": "2022-11-06T16:03:37.588263-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 61.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30591c7e-dece-4759-8502-81749a434285/?format=api"
        }
    ]
}