GET /api/bet_types/af84c5c3-85f8-4755-b802-9d146465ee8c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af84c5c3-85f8-4755-b802-9d146465ee8c",
    "match": "https://api-prod.gambitprofit.com/api/matches/9f8254ad-88bb-4939-9c92-54ca301b5cc3/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-16T09:03:04.342566-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": "Ottawa Senators",
                "amount": 6752.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "463c75a3-b647-45d1-af83-b62b08dc812a",
            "gambit_id": "57f25750-c9f1-46df-a930-bd34af234172",
            "last_updated": "2024-01-19T11:53:23.529987-05:00",
            "created_at": "2024-01-16T09:03:04.352227-05:00",
            "name": "Ottawa Senators",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af84c5c3-85f8-4755-b802-9d146465ee8c/?format=api"
        },
        {
            "id": "9e124aa4-5543-4ced-9de1-ada341161ec2",
            "gambit_id": "7fc735bb-7caa-4f7a-82c5-aabce6b266c1",
            "last_updated": "2024-01-19T11:53:23.526588-05:00",
            "created_at": "2024-01-16T09:03:04.347286-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af84c5c3-85f8-4755-b802-9d146465ee8c/?format=api"
        }
    ]
}