GET /api/bet_types/8b0645cb-843b-4118-b15f-51f84e05fb66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8b0645cb-843b-4118-b15f-51f84e05fb66",
    "match": "https://api-prod.gambitprofit.com/api/matches/a427328c-fa9a-4bf2-b0ec-ef775f3c137c/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "COL (G Marquez)",
                "amount": 5000.0
            },
            {
                "team": "STL (Da.Hudson)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": 350.0,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "f701424d-3d7d-4f6e-bbd8-f9b8b4c1a6dd",
            "gambit_id": "cdf82fd2-7379-43f3-88ee-bc393dc0d793",
            "last_updated": "2022-08-12T09:52:09.905569-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (G Marquez)",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b0645cb-843b-4118-b15f-51f84e05fb66/?format=api"
        },
        {
            "id": "5d2f527d-eb43-4821-b0f2-1ee5760a6918",
            "gambit_id": "2cba2cc9-9ac9-47b0-bd26-f830f92dedb4",
            "last_updated": "2022-08-12T09:52:09.905928-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (Da.Hudson)",
            "reward": "1.87000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8b0645cb-843b-4118-b15f-51f84e05fb66/?format=api"
        }
    ]
}