GET /api/bet_types/0baa7cc3-4288-4c05-a1cd-b51617b0d79e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0baa7cc3-4288-4c05-a1cd-b51617b0d79e",
    "match": "https://api-prod.gambitprofit.com/api/matches/397eb86e-00c8-4143-9d6a-477b730e1eec/?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 Vitality",
                "amount": 7026.0
            },
            {
                "team": "Astralis",
                "amount": 2974.0
            }
        ],
        "expected_reward_tokens": 8922.0,
        "profit_sb": -78.0,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d595f2f-d2bb-4973-803d-47ff20ad5ca7",
            "gambit_id": "35623130-838b-4428-9178-dd1f2b5a00ee",
            "last_updated": "2022-12-24T17:12:26.729173-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Vitality",
            "reward": "1.27000",
            "odds": "1.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0baa7cc3-4288-4c05-a1cd-b51617b0d79e/?format=api"
        },
        {
            "id": "501e8c34-dbe5-42ca-aa93-cb186f575d21",
            "gambit_id": "a6ba7603-0165-4524-9c77-6974a8cafd86",
            "last_updated": "2022-12-24T17:12:26.728069-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Astralis",
            "reward": "3.00000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0baa7cc3-4288-4c05-a1cd-b51617b0d79e/?format=api"
        }
    ]
}