GET /api/bet_types/6c72452f-98da-48aa-a7ef-b95284b2fe25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6c72452f-98da-48aa-a7ef-b95284b2fe25",
    "match": "https://api-prod.gambitprofit.com/api/matches/7e0dc21b-7ea0-40a9-b1e9-47d6462f6c7a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-12T08:22:01.163621-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": "Toronto Maple Leafs",
                "amount": 5577.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4423.0
            }
        ],
        "expected_reward_tokens": 8978.69,
        "profit_sb": -21.31,
        "profit_sb_percentage": -0.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b78d1586-ee6f-4a1c-99b6-e82b72b0fe49",
            "gambit_id": "281cd69a-99cd-46fa-85fc-ab8656fe6b60",
            "last_updated": "2023-01-13T11:47:21.690066-05:00",
            "created_at": "2023-01-12T08:22:01.166145-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.61000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c72452f-98da-48aa-a7ef-b95284b2fe25/?format=api"
        },
        {
            "id": "8307db70-37ff-40fb-9c5b-72643708e932",
            "gambit_id": "c2bbe756-a4fa-4d53-aba9-f1d0c8762798",
            "last_updated": "2023-01-13T11:47:21.688950-05:00",
            "created_at": "2023-01-12T08:22:01.164907-05:00",
            "name": "Detroit Red Wings",
            "reward": "2.03000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6c72452f-98da-48aa-a7ef-b95284b2fe25/?format=api"
        }
    ]
}