GET /api/bet_types/8cbd4457-9f3c-4458-a0b1-ab1e952d41fc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8cbd4457-9f3c-4458-a0b1-ab1e952d41fc",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fea7d1a-303c-491a-8122-93e7c6279acf/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-23T09:06:55.430829-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "b139db58-374c-4db6-9105-3435aadf640f",
            "gambit_id": "382d2727-4162-4a5c-9e2d-923b988af8b8",
            "last_updated": "2022-12-24T12:31:57.124555-05:00",
            "created_at": "2022-12-23T09:06:55.433280-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cbd4457-9f3c-4458-a0b1-ab1e952d41fc/?format=api"
        },
        {
            "id": "ee41324c-2f63-4efe-a113-87a52926e39d",
            "gambit_id": "94091d1c-eb6f-4840-9715-778e375aafe8",
            "last_updated": "2022-12-24T12:31:57.123459-05:00",
            "created_at": "2022-12-23T09:06:55.431993-05:00",
            "name": "Boston Celtics",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8cbd4457-9f3c-4458-a0b1-ab1e952d41fc/?format=api"
        }
    ]
}