GET /api/bet_types/1ed8903f-db8b-4c73-b092-0f909c5d4aae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ed8903f-db8b-4c73-b092-0f909c5d4aae",
    "match": "https://api-prod.gambitprofit.com/api/matches/0af81922-9f04-4ec6-b917-d9e3760781bc/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-06T07:58:05.090562-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 Wizards",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "de02e3dc-8809-47da-819f-b4b021776a0e",
            "gambit_id": "e7105596-c254-46c9-9814-ad7042d48583",
            "last_updated": "2023-11-07T21:08:22.349655-05:00",
            "created_at": "2023-11-06T07:58:05.094444-05:00",
            "name": "Washington Wizards",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ed8903f-db8b-4c73-b092-0f909c5d4aae/?format=api"
        },
        {
            "id": "e568e573-aaf3-4751-9eaf-78f0c60ea1f4",
            "gambit_id": "1ab1a944-4f26-4307-b9d1-ded6b208d915",
            "last_updated": "2023-11-07T21:08:22.352968-05:00",
            "created_at": "2023-11-06T07:58:05.098162-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-10.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ed8903f-db8b-4c73-b092-0f909c5d4aae/?format=api"
        }
    ]
}