GET /api/bet_types/010b953a-99b0-4e64-a6be-e5edd5126d20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "010b953a-99b0-4e64-a6be-e5edd5126d20",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5ed8ea3-a5c4-4df9-9999-2c42cd392ee0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-12T09:32:56.657727-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": "Columbus Blue Jackets",
                "amount": 5319.0
            },
            {
                "team": "New York Rangers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "4c758468-6245-4199-b365-c1929b3484fa",
            "gambit_id": "d6ccb837-6330-4736-bc7a-76955e44e7ab",
            "last_updated": "2023-11-13T19:33:23.882264-05:00",
            "created_at": "2023-11-12T09:32:56.661925-05:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010b953a-99b0-4e64-a6be-e5edd5126d20/?format=api"
        },
        {
            "id": "2d63b62b-fbec-4311-b8a0-1c6553b70d7e",
            "gambit_id": "f3c0ec2d-2bb7-4e27-a8e3-77c0563b0ae4",
            "last_updated": "2023-11-13T19:33:23.885642-05:00",
            "created_at": "2023-11-12T09:32:56.665747-05:00",
            "name": "New York Rangers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/010b953a-99b0-4e64-a6be-e5edd5126d20/?format=api"
        }
    ]
}