GET /api/bet_types/a7985fe1-122f-43bb-a547-c3abe0401c0d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7985fe1-122f-43bb-a547-c3abe0401c0d",
    "match": "https://api-prod.gambitprofit.com/api/matches/151c27f7-1b5f-4a1c-800f-f3c0a05d9f1a/?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": "Natus Vincere",
                "amount": 7106.0
            },
            {
                "team": "Fnatic",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 8882.5,
        "profit_sb": -117.5,
        "profit_sb_percentage": -1.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "4bf3ed34-4e98-40ff-b9aa-6cbc2687dc4e",
            "gambit_id": "8c1feb26-5c3b-4ecc-bbe4-3c3f531d0459",
            "last_updated": "2022-09-02T10:02:09.091772-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Natus Vincere",
            "reward": "1.25000",
            "odds": "1.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7985fe1-122f-43bb-a547-c3abe0401c0d/?format=api"
        },
        {
            "id": "70c0dc42-416c-4eca-9796-103a0ca947ec",
            "gambit_id": "d6777fb1-6b6c-496f-a846-ecbc238ee3ac",
            "last_updated": "2022-09-02T10:02:09.091233-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Fnatic",
            "reward": "3.07000",
            "odds": "3.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7985fe1-122f-43bb-a547-c3abe0401c0d/?format=api"
        }
    ]
}