GET /api/bet_types/3b80a1ff-9b37-49ad-9f1b-99f7c277ac83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3b80a1ff-9b37-49ad-9f1b-99f7c277ac83",
    "match": "https://api-prod.gambitprofit.com/api/matches/9dfb5ea6-f3b8-411e-836c-71eb8bafdbc1/?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": "Ence Esports",
                "amount": 7093.0
            },
            {
                "team": "HEET",
                "amount": 2907.0
            }
        ],
        "expected_reward_tokens": 8866.25,
        "profit_sb": -133.75,
        "profit_sb_percentage": -1.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "d880bfff-dab8-4270-9dda-be9ea63e8dd7",
            "gambit_id": "5dc5ebb7-52e6-4795-8165-7f389d317491",
            "last_updated": "2022-09-16T11:52:11.600495-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ence Esports",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b80a1ff-9b37-49ad-9f1b-99f7c277ac83/?format=api"
        },
        {
            "id": "19844b3d-d1f3-4703-801c-c38a56cdb30f",
            "gambit_id": "bcb251f0-2b5d-4fe8-bb9e-bdd1a44a3359",
            "last_updated": "2022-09-16T11:52:11.599283-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HEET",
            "reward": "3.05000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3b80a1ff-9b37-49ad-9f1b-99f7c277ac83/?format=api"
        }
    ]
}