GET /api/bet_types/89afdbca-70f0-4ed7-b97a-7b66e3906914/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "89afdbca-70f0-4ed7-b97a-7b66e3906914",
    "match": "https://api-prod.gambitprofit.com/api/matches/ad83fbd6-869e-4556-9594-07e904c6f70e/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Top Esports",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1900.0,
        "profit_sb_percentage": 21.11,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Top Esports",
                "amount": 8358.0
            },
            {
                "team": "Anyone's Legend",
                "amount": 1642.0
            }
        ],
        "expected_reward_tokens": 9110.22,
        "profit_sb": 110.22,
        "profit_sb_percentage": 1.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb543012-e9d7-4ea5-a4f9-6d23372da52d",
            "gambit_id": "493d288c-f6a3-4a46-acfa-282fdb3d2121",
            "last_updated": "2022-08-15T14:07:20.842663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Top Esports",
            "reward": "1.09000",
            "odds": "1.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89afdbca-70f0-4ed7-b97a-7b66e3906914/?format=api"
        },
        {
            "id": "7a9eb2d0-dd7b-4eba-a0dd-56fd84e71f93",
            "gambit_id": "566cab5d-f3f2-48bc-a78a-86e0d3d4708f",
            "last_updated": "2022-08-15T14:07:20.842174-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anyone's Legend",
            "reward": "5.55000",
            "odds": "6.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/89afdbca-70f0-4ed7-b97a-7b66e3906914/?format=api"
        }
    ]
}