GET /api/bet_types/6ce7292e-f705-411a-93f0-23ee4b556361/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ce7292e-f705-411a-93f0-23ee4b556361",
    "match": "https://api-prod.gambitprofit.com/api/matches/df2c6646-b508-4402-a49c-3f0f84dd05c1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-17T13:03:03.869690-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": "New York Giants",
                "amount": 5939.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "7bb43a34-d186-4c14-b022-c03734addc8d",
            "gambit_id": "1de67a2a-ada1-47ee-88e1-b7d16feb828a",
            "last_updated": "2023-08-21T19:48:13.762698-04:00",
            "created_at": "2023-08-17T13:03:03.879983-04:00",
            "name": "New York Giants",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ce7292e-f705-411a-93f0-23ee4b556361/?format=api"
        },
        {
            "id": "9b0aa1d4-c00c-4344-9c1f-87cb60ab14c2",
            "gambit_id": "c3410657-b0ea-4823-8db2-9d5498361ce6",
            "last_updated": "2023-08-21T19:48:13.759489-04:00",
            "created_at": "2023-08-17T13:03:03.874896-04:00",
            "name": "Carolina Panthers",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ce7292e-f705-411a-93f0-23ee4b556361/?format=api"
        }
    ]
}