GET /api/bet_types/7a8f288a-a59d-41ec-a1c2-44f7a0aad33e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a8f288a-a59d-41ec-a1c2-44f7a0aad33e",
    "match": "https://api-prod.gambitprofit.com/api/matches/dad63d31-4099-472f-a037-ecae59f60af9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-19T09:17:07.776801-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": "Tampa Bay Lightning",
                "amount": 5317.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "cfad0544-0abe-434c-8e6d-7a3e180340e9",
            "gambit_id": "20b21b43-71f5-485b-acb2-45f4ff773000",
            "last_updated": "2023-03-20T11:37:00.261674-04:00",
            "created_at": "2023-03-19T09:17:07.778828-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a8f288a-a59d-41ec-a1c2-44f7a0aad33e/?format=api"
        },
        {
            "id": "662c0e1e-15ae-4e9a-9937-74e9b0ae99d3",
            "gambit_id": "cf7a6863-0521-46d2-9281-0759fff5cc9a",
            "last_updated": "2023-03-20T11:37:00.265432-04:00",
            "created_at": "2023-03-19T09:17:07.780745-04:00",
            "name": "New Jersey Devils",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a8f288a-a59d-41ec-a1c2-44f7a0aad33e/?format=api"
        }
    ]
}