GET /api/bet_types/efe6f46e-761a-4ac5-9119-7bab49c311b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efe6f46e-761a-4ac5-9119-7bab49c311b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5f71ab55-329e-453a-9fc3-6d15dedddc20/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-14T09:28:03.588281-04: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": "Buffalo Sabres",
                "amount": 6546.0
            },
            {
                "team": "New York Islanders",
                "amount": 3454.0
            }
        ],
        "expected_reward_tokens": 9360.34,
        "profit_sb": -139.66,
        "profit_sb_percentage": -1.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "482fa99a-9b4a-44d8-a0b9-1b59ce7c95e0",
            "gambit_id": "0f272878-77ee-498b-8c92-53552ee1e577",
            "last_updated": "2023-10-16T18:03:30.507978-04:00",
            "created_at": "2023-10-14T09:28:03.592648-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efe6f46e-761a-4ac5-9119-7bab49c311b6/?format=api"
        },
        {
            "id": "47c12200-1187-4d27-8036-e26859b499c0",
            "gambit_id": "cfe71192-b6fc-469d-a3f5-3165f50badde",
            "last_updated": "2023-10-16T18:03:30.511274-04:00",
            "created_at": "2023-10-14T09:28:03.609214-04:00",
            "name": "New York Islanders",
            "reward": "2.71000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efe6f46e-761a-4ac5-9119-7bab49c311b6/?format=api"
        }
    ]
}