GET /api/bet_types/b9639946-ebf1-461f-b5c3-f91d4671a867/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9639946-ebf1-461f-b5c3-f91d4671a867",
    "match": "https://api-prod.gambitprofit.com/api/matches/55a1a93c-6492-4e51-b0bc-ec39061548eb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-21T10:22:14.639387-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": "Ottawa Senators",
                "amount": 6556.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 3444.0
            }
        ],
        "expected_reward_tokens": 9505.44,
        "profit_sb": 5.44,
        "profit_sb_percentage": 0.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "9f430f3d-b096-4352-91de-bc5bb9c17476",
            "gambit_id": "b9790009-1f72-4b26-9ecf-2088e6eca20a",
            "last_updated": "2023-01-23T10:21:54.388366-05:00",
            "created_at": "2023-01-21T10:22:14.640604-05:00",
            "name": "Ottawa Senators",
            "reward": "1.45000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9639946-ebf1-461f-b5c3-f91d4671a867/?format=api"
        },
        {
            "id": "cf7f8e14-4f71-433f-9c1f-fa92cfcb928f",
            "gambit_id": "cf6d00c9-d027-4e65-b590-a151bb5b63c6",
            "last_updated": "2023-01-23T10:21:54.389958-05:00",
            "created_at": "2023-01-21T10:22:14.641834-05:00",
            "name": "Winnipeg Jets",
            "reward": "2.76000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9639946-ebf1-461f-b5c3-f91d4671a867/?format=api"
        }
    ]
}