GET /api/bet_types/6faa8e28-1a8a-4f43-9926-595de8e5d35f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6faa8e28-1a8a-4f43-9926-595de8e5d35f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1a0177b2-5a4e-4331-bc18-4f8bec8b5de3/?format=api",
    "name": "Play the Odds",
    "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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "d91e6f43-a7b9-465a-b901-19ad36291825",
            "gambit_id": "ad696804-6d0a-4627-b384-6e0a0e68a0bb",
            "last_updated": "2022-10-20T09:31:58.475739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6faa8e28-1a8a-4f43-9926-595de8e5d35f/?format=api"
        },
        {
            "id": "b23736de-7c7a-4831-8459-e4b5978d05ce",
            "gambit_id": "13950b41-4780-409f-b05d-da5f0ddacde5",
            "last_updated": "2022-10-20T09:31:58.474722-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Sacramento Kings",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6faa8e28-1a8a-4f43-9926-595de8e5d35f/?format=api"
        }
    ]
}