GET /api/bet_types/281fc451-93d7-4092-87e4-cfda115fbcb6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "281fc451-93d7-4092-87e4-cfda115fbcb6",
    "match": "https://api-prod.gambitprofit.com/api/matches/47a363a3-071b-45ea-8126-cf84c66a1157/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-02T11:52:06.923300-04: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": "Edmonton Oilers",
                "amount": 5317.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "85f35426-e965-4a4f-a292-684cb9b8404d",
            "gambit_id": "3050d433-57bb-49a8-87b8-f8a1ac8b9540",
            "last_updated": "2023-05-04T11:27:03.562591-04:00",
            "created_at": "2023-05-02T11:52:06.926513-04:00",
            "name": "Edmonton Oilers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281fc451-93d7-4092-87e4-cfda115fbcb6/?format=api"
        },
        {
            "id": "522a9d4f-5b41-420f-a9c4-17e12e801879",
            "gambit_id": "0cfa5a94-d066-44d1-bbc0-4c0f52218284",
            "last_updated": "2023-05-04T11:27:03.560629-04:00",
            "created_at": "2023-05-02T11:52:06.924888-04:00",
            "name": "Vegas Golden Knights",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/281fc451-93d7-4092-87e4-cfda115fbcb6/?format=api"
        }
    ]
}