GET /api/bet_types/d15de735-07eb-410c-85c7-c14d34742387/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d15de735-07eb-410c-85c7-c14d34742387",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff6d762b-fa23-45c0-83ae-4265c006c72b/?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": "Team Liquid",
                "amount": 7066.0
            },
            {
                "team": "Evil Geniuses",
                "amount": 2934.0
            }
        ],
        "expected_reward_tokens": 8831.34,
        "profit_sb": -168.66,
        "profit_sb_percentage": -1.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "fe13998c-e8d7-49d4-8584-8d9fda871b8d",
            "gambit_id": "5b8c3cc6-b0e8-49dd-a9ff-e95537a1e66a",
            "last_updated": "2022-09-23T18:42:14.902867-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Liquid",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15de735-07eb-410c-85c7-c14d34742387/?format=api"
        },
        {
            "id": "75cee086-34c7-4e4c-812c-739769f10cb8",
            "gambit_id": "b724cc49-005a-44d7-b5ca-99fcf08d3ab0",
            "last_updated": "2022-09-23T18:42:14.904065-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Evil Geniuses",
            "reward": "3.01000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d15de735-07eb-410c-85c7-c14d34742387/?format=api"
        }
    ]
}