GET /api/bet_types/aca8e0fc-90ef-43ee-a8c7-6c71ba4b7a4e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aca8e0fc-90ef-43ee-a8c7-6c71ba4b7a4e",
    "match": "https://api-prod.gambitprofit.com/api/matches/d7216548-3252-4660-b18b-0dc9d3cc739f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-07T08:52:02.820532-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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "48da5205-0616-4fe3-9aa0-c471cf3ac03e",
            "gambit_id": "2fa0d838-ad13-4934-a9be-2c8d744cf444",
            "last_updated": "2023-02-08T09:52:05.621509-05:00",
            "created_at": "2023-02-07T08:52:02.821994-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca8e0fc-90ef-43ee-a8c7-6c71ba4b7a4e/?format=api"
        },
        {
            "id": "84e01696-40ce-48cf-9610-00afa191a4b6",
            "gambit_id": "a5c6a718-b141-463f-a703-2606243920cf",
            "last_updated": "2023-02-08T09:52:05.622827-05:00",
            "created_at": "2023-02-07T08:52:02.823509-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aca8e0fc-90ef-43ee-a8c7-6c71ba4b7a4e/?format=api"
        }
    ]
}