GET /api/bet_types/e7529c96-f766-41bd-8c7e-dad6b0489870/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7529c96-f766-41bd-8c7e-dad6b0489870",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5bee7b6-acce-4afa-8cf2-a4a90a3aa68d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Dallas Fuel",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10300.0,
        "profit_sb": 1300.0,
        "profit_sb_percentage": 14.44,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Dallas Fuel",
                "amount": 8859.0
            },
            {
                "team": "Vancouver Titans",
                "amount": 1141.0
            }
        ],
        "expected_reward_tokens": 9124.77,
        "profit_sb": 124.77,
        "profit_sb_percentage": 1.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "a80df753-7972-443d-a2c3-f9feff22f456",
            "gambit_id": "a53d8653-e231-49b8-aeb6-e43e412374c9",
            "last_updated": "2022-10-03T12:01:59.165982-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Fuel",
            "reward": "1.03000",
            "odds": "1.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7529c96-f766-41bd-8c7e-dad6b0489870/?format=api"
        },
        {
            "id": "df8d10d7-a9c8-41df-979d-e1d8957a5945",
            "gambit_id": "3815f78f-b731-45ce-b96c-a681e73f61bb",
            "last_updated": "2022-10-03T12:01:59.164733-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vancouver Titans",
            "reward": "8.00000",
            "odds": "9.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7529c96-f766-41bd-8c7e-dad6b0489870/?format=api"
        }
    ]
}