GET /api/bet_types/6f2da950-c94f-4227-8218-0c2a1dc9c37f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f2da950-c94f-4227-8218-0c2a1dc9c37f",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f0ec601-6dbe-496e-8542-491608461bec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T19:08:26.144123-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Iga Swiatek",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10500.0,
        "profit_sb": 1000.0,
        "profit_sb_percentage": 10.53,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Iga Swiatek",
                "amount": 8921.0
            },
            {
                "team": "Beatriz Haddad Maia",
                "amount": 1079.0
            }
        ],
        "expected_reward_tokens": 9365.72,
        "profit_sb": -134.28,
        "profit_sb_percentage": -1.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1f8dc67-33f6-40a6-ab61-3b151f7812c6",
            "gambit_id": "d8375f6a-cc20-4beb-a45d-cf6ccf180ebf",
            "last_updated": "2023-06-10T13:58:20.438020-04:00",
            "created_at": "2023-06-07T19:08:26.146626-04:00",
            "name": "Iga Swiatek",
            "reward": "1.05000",
            "odds": "1.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f2da950-c94f-4227-8218-0c2a1dc9c37f/?format=api"
        },
        {
            "id": "df836b4b-7446-424a-890a-961da5c58790",
            "gambit_id": "b9eae5ae-5731-422c-8361-d8adae173322",
            "last_updated": "2023-06-10T13:58:20.441064-04:00",
            "created_at": "2023-06-07T19:08:26.149334-04:00",
            "name": "Beatriz Haddad Maia",
            "reward": "8.68000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f2da950-c94f-4227-8218-0c2a1dc9c37f/?format=api"
        }
    ]
}