GET /api/bet_types/2e49eb4d-b86a-4fd8-adeb-159a22a95c6b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2e49eb4d-b86a-4fd8-adeb-159a22a95c6b",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8e2e281-15aa-40e2-85a3-bab6f8e2c17f/?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": "Caroline Garcia",
                "amount": 5777.0
            },
            {
                "team": "Ons Jabeur",
                "amount": 4223.0
            }
        ],
        "expected_reward_tokens": 8952.76,
        "profit_sb": -47.24,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "8096d33b-73fd-4b06-b07a-ed5bc5948921",
            "gambit_id": "e8dc2dcb-78b3-43d8-bf40-7ddf3e6252d3",
            "last_updated": "2022-09-10T21:47:39.434634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Caroline Garcia",
            "reward": "1.55000",
            "odds": "1.62000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e49eb4d-b86a-4fd8-adeb-159a22a95c6b/?format=api"
        },
        {
            "id": "fdc2edc0-e8b1-4955-9a27-4c73717debbb",
            "gambit_id": "368ef10f-c804-4f43-8e17-f4b45a2d4a1d",
            "last_updated": "2022-09-10T21:47:39.433577-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ons Jabeur",
            "reward": "2.12000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2e49eb4d-b86a-4fd8-adeb-159a22a95c6b/?format=api"
        }
    ]
}