GET /api/bet_types/5984d76d-b9a8-419a-b9ba-552f4f93352a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5984d76d-b9a8-419a-b9ba-552f4f93352a",
    "match": "https://api-prod.gambitprofit.com/api/matches/13bcb2b7-975f-44b1-b2f3-bf6098ca1f37/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-02T09:03:03.140665-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": "Carolina Hurricanes",
                "amount": 6928.0
            },
            {
                "team": "New York Rangers",
                "amount": 3072.0
            }
        ],
        "expected_reward_tokens": 9491.36,
        "profit_sb": -8.64,
        "profit_sb_percentage": -0.09,
        "recommended": false
    },
    "lines": [
        {
            "id": "59844b3e-ba53-4d50-8d84-abd79b80f0e8",
            "gambit_id": "72feefc0-9327-4f8d-8a6c-38f39259a4b6",
            "last_updated": "2023-11-03T11:53:24.976849-04:00",
            "created_at": "2023-11-02T09:03:03.152951-04:00",
            "name": "Carolina Hurricanes",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5984d76d-b9a8-419a-b9ba-552f4f93352a/?format=api"
        },
        {
            "id": "57a60a52-c721-4822-b4ad-6908298e30b8",
            "gambit_id": "0d4e04ce-ea10-43fb-9a50-58f5c9324a4c",
            "last_updated": "2023-11-03T11:53:24.980104-04:00",
            "created_at": "2023-11-02T09:03:03.158567-04:00",
            "name": "New York Rangers",
            "reward": "3.09000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5984d76d-b9a8-419a-b9ba-552f4f93352a/?format=api"
        }
    ]
}