GET /api/bet_types/57c665c1-38c5-4e6c-bbe7-e011473709a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "57c665c1-38c5-4e6c-bbe7-e011473709a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3ff9be8-5b96-47f9-8ad0-7010e22be591/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:05.478670-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": "New York Rangers",
                "amount": 5213.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b98a1439-249c-4fa3-ac27-bd84c71c582d",
            "gambit_id": "d58754d4-6037-4c9f-b6c6-25d4b0f1a79a",
            "last_updated": "2023-12-18T11:08:03.782097-05:00",
            "created_at": "2023-12-15T09:13:05.488834-05:00",
            "name": "New York Rangers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57c665c1-38c5-4e6c-bbe7-e011473709a0/?format=api"
        },
        {
            "id": "262ac711-087d-44b2-9d75-7bf8ec7022fa",
            "gambit_id": "743c1497-33f4-4cc1-a2c3-f52678e3afe1",
            "last_updated": "2023-12-18T11:08:03.778748-05:00",
            "created_at": "2023-12-15T09:13:05.484114-05:00",
            "name": "Anaheim Ducks",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/57c665c1-38c5-4e6c-bbe7-e011473709a0/?format=api"
        }
    ]
}