GET /api/bet_types/e527b6d1-222c-414e-a0dc-cd5d9ab06af6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e527b6d1-222c-414e-a0dc-cd5d9ab06af6",
    "match": "https://api-prod.gambitprofit.com/api/matches/25e00939-56ae-4b36-b54b-50f0dc922474/?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": 7845.0
            },
            {
                "team": "Team Spirit",
                "amount": 2155.0
            }
        ],
        "expected_reward_tokens": 8943.25,
        "profit_sb": -56.75,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "f226a417-ce92-468d-8498-2429b6ff3c5d",
            "gambit_id": "467b3c3d-607d-4bbd-ab54-745b3f7971df",
            "last_updated": "2022-09-01T13:52:05.224885-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Natus Vincere",
            "reward": "1.14000",
            "odds": "1.16000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e527b6d1-222c-414e-a0dc-cd5d9ab06af6/?format=api"
        },
        {
            "id": "56cc29dd-6524-44d9-8bff-1b7ee2589a54",
            "gambit_id": "05968f4a-6f3f-48d3-b07f-3934d5eb9d80",
            "last_updated": "2022-09-01T13:52:05.224368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Team Spirit",
            "reward": "4.15000",
            "odds": "4.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e527b6d1-222c-414e-a0dc-cd5d9ab06af6/?format=api"
        }
    ]
}