GET /api/bet_types/71137289-9cbe-45c3-b2e3-ff702a8209d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71137289-9cbe-45c3-b2e3-ff702a8209d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/fb0ac592-6f8c-4d19-83b6-b8be287acb7b/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-18T10:18:21.050953-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1367fb97-ddcd-426f-9a87-276338707907",
            "gambit_id": "ab004f6f-117e-4fa9-bfa0-b3570246fb16",
            "last_updated": "2024-01-19T20:43:13.229743-05:00",
            "created_at": "2024-01-18T10:18:21.061188-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71137289-9cbe-45c3-b2e3-ff702a8209d3/?format=api"
        },
        {
            "id": "033d8ab4-25ad-4b03-9da2-980754d7dc36",
            "gambit_id": "b1863185-f341-4471-8dc1-d84774882bc8",
            "last_updated": "2024-01-19T20:43:13.233084-05:00",
            "created_at": "2024-01-18T10:18:21.055392-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "12.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71137289-9cbe-45c3-b2e3-ff702a8209d3/?format=api"
        }
    ]
}