GET /api/bet_types/6093cf5e-9945-4cd7-8fc4-f685c9c5495c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6093cf5e-9945-4cd7-8fc4-f685c9c5495c",
    "match": "https://api-prod.gambitprofit.com/api/matches/8028f2f7-0599-43a6-80d5-eab4e6f2f930/?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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "416c7719-6ab4-4050-b765-6c26f8f8cd0f",
            "gambit_id": "80dead26-76d7-4978-954a-5cb3f5187487",
            "last_updated": "2022-12-13T10:02:35.679821-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6093cf5e-9945-4cd7-8fc4-f685c9c5495c/?format=api"
        },
        {
            "id": "1e698977-e2de-4685-9e04-b58543bc29c7",
            "gambit_id": "ae9bc5b3-fe4f-4bdb-87b8-77767a024cca",
            "last_updated": "2022-12-13T10:02:35.678743-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6093cf5e-9945-4cd7-8fc4-f685c9c5495c/?format=api"
        }
    ]
}