GET /api/bet_types/4b47a4ec-a327-4cfa-94af-c427aa73d5b3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4b47a4ec-a327-4cfa-94af-c427aa73d5b3",
    "match": "https://api-prod.gambitprofit.com/api/matches/99f28a13-c5ea-45db-a389-beeffb9aebf6/?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": "New York Rangers",
                "amount": 6818.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3182.0
            }
        ],
        "expected_reward_tokens": 9545.2,
        "profit_sb": 45.2,
        "profit_sb_percentage": 0.48,
        "recommended": true
    },
    "lines": [
        {
            "id": "ab4af1c8-3d34-4e1d-af13-410a723eaa72",
            "gambit_id": "71ac2481-736c-427a-a964-a515e11215b5",
            "last_updated": "2022-10-18T09:17:08.307369-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.40000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b47a4ec-a327-4cfa-94af-c427aa73d5b3/?format=api"
        },
        {
            "id": "d07c5453-273c-44a4-96d8-4c911748b5e7",
            "gambit_id": "03bbd5f5-8303-445d-a390-6e6eb16a01ff",
            "last_updated": "2022-10-18T09:17:08.308279-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anaheim Ducks",
            "reward": "3.00000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4b47a4ec-a327-4cfa-94af-c427aa73d5b3/?format=api"
        }
    ]
}