GET /api/bet_types/d3c1180d-47c0-42a1-b47c-8ff1c1f21fbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d3c1180d-47c0-42a1-b47c-8ff1c1f21fbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/d8b7b9c5-62a2-492c-b6cb-0a44f6f802a4/?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 Over 8.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "97354b56-ad10-45fd-9c6c-7f0add5b27f5",
            "gambit_id": "d6486fc0-f638-474a-850d-637c751e9887",
            "last_updated": "2022-09-17T17:22:26.618771-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3c1180d-47c0-42a1-b47c-8ff1c1f21fbf/?format=api"
        },
        {
            "id": "c2652c70-c9ce-46f1-88c5-14cffe54761a",
            "gambit_id": "23e5adbb-6167-45be-9363-6f8886d20d7d",
            "last_updated": "2022-09-17T17:22:26.617533-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d3c1180d-47c0-42a1-b47c-8ff1c1f21fbf/?format=api"
        }
    ]
}