GET /api/bet_types/856b5219-e66f-49c1-b499-f82e12be594e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "856b5219-e66f-49c1-b499-f82e12be594e",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c7ddff2-1b78-467f-97eb-c07086dbaf9a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:19.254339-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": "Tampa Bay Lightning",
                "amount": 7191.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2809.0
            }
        ],
        "expected_reward_tokens": 9492.12,
        "profit_sb": -7.88,
        "profit_sb_percentage": -0.08,
        "recommended": false
    },
    "lines": [
        {
            "id": "41cfd21f-20ce-4c11-98ed-cdb2a5e8a857",
            "gambit_id": "1a2da24b-9d8d-4b2f-9075-3cd7b45aa8c5",
            "last_updated": "2023-10-28T10:18:23.607472-04:00",
            "created_at": "2023-10-26T09:28:19.262828-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.32000",
            "odds": "1.33330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/856b5219-e66f-49c1-b499-f82e12be594e/?format=api"
        },
        {
            "id": "f1826bc6-d01f-4e42-9347-85a98c5b4af7",
            "gambit_id": "f8cfb581-01b9-43c7-a486-098f7b5cfd08",
            "last_updated": "2023-10-28T10:18:23.599860-04:00",
            "created_at": "2023-10-26T09:28:19.258368-04:00",
            "name": "San Jose Sharks",
            "reward": "3.38000",
            "odds": "3.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/856b5219-e66f-49c1-b499-f82e12be594e/?format=api"
        }
    ]
}