GET /api/bet_types/ba8626d1-bb36-4d8c-b1dc-bdbce89d2bf9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ba8626d1-bb36-4d8c-b1dc-bdbce89d2bf9",
    "match": "https://api-prod.gambitprofit.com/api/matches/536e756b-cfec-4df3-bb2c-7ea3e6fcf122/?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": 10200.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 13.33,
        "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": 9001.0
            },
            {
                "team": "LGD Gaming",
                "amount": 999.0
            }
        ],
        "expected_reward_tokens": 9180.81,
        "profit_sb": 180.81,
        "profit_sb_percentage": 2.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "a74e9a2e-dd46-45b3-b26b-f718e4cbfb77",
            "gambit_id": "a5215fc7-4c92-4bdd-acfa-882ffa049ae2",
            "last_updated": "2022-08-06T12:51:55.874557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Top Esports",
            "reward": "1.02000",
            "odds": "1.02000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba8626d1-bb36-4d8c-b1dc-bdbce89d2bf9/?format=api"
        },
        {
            "id": "42094fbd-7d26-4cd0-9d2d-0929d4db57c7",
            "gambit_id": "38af043e-7b5c-4b80-8197-3add51d75c54",
            "last_updated": "2022-08-06T12:51:55.874137-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LGD Gaming",
            "reward": "9.19000",
            "odds": "10.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ba8626d1-bb36-4d8c-b1dc-bdbce89d2bf9/?format=api"
        }
    ]
}