GET /api/bet_types/e8565b0f-b0f5-47bb-b0e7-45774184b446/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e8565b0f-b0f5-47bb-b0e7-45774184b446",
    "match": "https://api-prod.gambitprofit.com/api/matches/027dea9c-920b-4583-9797-bcc531abfeec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:22.532290-04: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": "LAA (S Ohtani)",
                "amount": 6148.0
            },
            {
                "team": "SEA (C Flexen)",
                "amount": 3852.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "895f9909-553f-433e-add1-aa3e0ec09713",
            "gambit_id": "1afe9f21-b074-47ce-bc47-9714ec1b86d3",
            "last_updated": "2023-04-06T11:32:10.022222-04:00",
            "created_at": "2023-04-05T09:22:22.536770-04:00",
            "name": "LAA (S Ohtani)",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8565b0f-b0f5-47bb-b0e7-45774184b446/?format=api"
        },
        {
            "id": "e9d75eb1-6450-4690-a385-70a5d55f05fb",
            "gambit_id": "d2004612-58a9-4143-9e39-f18fcf6c6692",
            "last_updated": "2023-04-06T11:32:10.020581-04:00",
            "created_at": "2023-04-05T09:22:22.534503-04:00",
            "name": "SEA (C Flexen)",
            "reward": "2.49000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8565b0f-b0f5-47bb-b0e7-45774184b446/?format=api"
        }
    ]
}