GET /api/bet_types/eca3eb1d-c186-4892-a94c-350e68da0892/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eca3eb1d-c186-4892-a94c-350e68da0892",
    "match": "https://api-prod.gambitprofit.com/api/matches/88f75c64-f834-4d4f-af2c-7b75b0df97d8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-24T09:07:59.700323-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": "Washington Capitals",
                "amount": 6390.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f6bbf38-570b-4cf6-92a8-a608189fa567",
            "gambit_id": "c1f2bbc1-a597-4b7b-9b24-6508df2c1e6f",
            "last_updated": "2023-11-27T09:58:34.071090-05:00",
            "created_at": "2023-11-24T09:07:59.710697-05:00",
            "name": "Washington Capitals",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eca3eb1d-c186-4892-a94c-350e68da0892/?format=api"
        },
        {
            "id": "63be75e6-c81c-4e61-b82b-e3738ab46366",
            "gambit_id": "68d8d172-cbcd-468a-8e0a-9829508ce7b0",
            "last_updated": "2023-11-27T09:58:34.067917-05:00",
            "created_at": "2023-11-24T09:07:59.705119-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eca3eb1d-c186-4892-a94c-350e68da0892/?format=api"
        }
    ]
}