GET /api/bet_types/e4ddb77e-a6a5-4f4c-b8b7-e10c102b9520/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e4ddb77e-a6a5-4f4c-b8b7-e10c102b9520",
    "match": "https://api-prod.gambitprofit.com/api/matches/d4fab51e-d03b-4c78-9b3c-8dcebf63b161/?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": "Cloud9",
                "amount": 6076.0
            },
            {
                "team": "Team Liquid",
                "amount": 3924.0
            }
        ],
        "expected_reward_tokens": 8749.44,
        "profit_sb": -750.56,
        "profit_sb_percentage": -7.9,
        "recommended": false
    },
    "lines": [
        {
            "id": "30582d0f-8994-4444-a301-64e0b3b57f5a",
            "gambit_id": "0965e103-8d04-438a-8b4d-efd5d7f9aa61",
            "last_updated": "2022-10-03T19:26:59.611657-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cloud9",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4ddb77e-a6a5-4f4c-b8b7-e10c102b9520/?format=api"
        },
        {
            "id": "b5ba5a10-3593-432a-95c1-0c76e950413d",
            "gambit_id": "8db176b9-dc89-4a9e-b751-e85f4ff7d53f",
            "last_updated": "2022-10-03T19:26:59.610557-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Liquid",
            "reward": "2.23000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e4ddb77e-a6a5-4f4c-b8b7-e10c102b9520/?format=api"
        }
    ]
}