GET /api/bet_types/150d03ea-3b03-4d83-9f30-723e6cd5ea7a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "150d03ea-3b03-4d83-9f30-723e6cd5ea7a",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a2c715d-7671-467f-8436-4853cd1ba6dc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-20T09:16:48.794309-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": "Winnipeg Jets",
                "amount": 6025.0
            },
            {
                "team": "New York Rangers",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b779ec1-b9ef-4e18-ac6a-3e999fe5d817",
            "gambit_id": "451ad5e7-ef71-455f-8297-e13bb3c5d511",
            "last_updated": "2023-02-21T09:26:51.173254-05:00",
            "created_at": "2023-02-20T09:16:48.796940-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.59000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/150d03ea-3b03-4d83-9f30-723e6cd5ea7a/?format=api"
        },
        {
            "id": "458a22e8-e755-4c55-8ae2-73c218855c3c",
            "gambit_id": "9f2d52c5-e4ff-4ecf-9eb3-dce573623199",
            "last_updated": "2023-02-21T09:26:51.172013-05:00",
            "created_at": "2023-02-20T09:16:48.795573-05:00",
            "name": "New York Rangers",
            "reward": "2.41000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/150d03ea-3b03-4d83-9f30-723e6cd5ea7a/?format=api"
        }
    ]
}