GET /api/bet_types/c646f51c-15a1-4951-98ab-3e5f2ebb7c50/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c646f51c-15a1-4951-98ab-3e5f2ebb7c50",
    "match": "https://api-prod.gambitprofit.com/api/matches/3bd3603d-cd7e-4384-b763-ec914e9ce70d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-04T10:37:54.655519-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": "Florida Panthers",
                "amount": 5213.0
            },
            {
                "team": "Pittsburgh Penguins",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "63a5d116-2654-411a-900a-04fc661c6cc2",
            "gambit_id": "b3a1da97-a8c7-40b0-9862-29993fa53e6d",
            "last_updated": "2023-03-06T11:42:12.887028-05:00",
            "created_at": "2023-03-04T10:37:54.656724-05:00",
            "name": "Florida Panthers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c646f51c-15a1-4951-98ab-3e5f2ebb7c50/?format=api"
        },
        {
            "id": "a09c6976-79ef-4c2f-893c-88b5fa4c59cf",
            "gambit_id": "4580e7f2-6b87-449e-9961-18939f536eef",
            "last_updated": "2023-03-06T11:42:12.888093-05:00",
            "created_at": "2023-03-04T10:37:54.657984-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c646f51c-15a1-4951-98ab-3e5f2ebb7c50/?format=api"
        }
    ]
}