GET /api/bet_types/b562ec75-180c-4820-b91a-5e98f7f212b6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b562ec75-180c-4820-b91a-5e98f7f212b6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6dcb5bf9-4dcb-4805-93c9-acc16ee910a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-30T08:58:11.186257-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": "Boston Bruins",
                "amount": 5944.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4056.0
            }
        ],
        "expected_reward_tokens": 9450.48,
        "profit_sb": -49.52,
        "profit_sb_percentage": -0.52,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb7910db-8db4-4618-8bee-3ed0b92e83d5",
            "gambit_id": "05a3e7e8-2e78-44d7-b7da-ed0b4d1e4225",
            "last_updated": "2023-10-31T19:53:04.749046-04:00",
            "created_at": "2023-10-30T08:58:11.193876-04:00",
            "name": "Boston Bruins",
            "reward": "1.59000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b562ec75-180c-4820-b91a-5e98f7f212b6/?format=api"
        },
        {
            "id": "6dfc1274-b83b-405e-876a-f6f69d7288dc",
            "gambit_id": "c050c879-748f-45b3-862c-3fceb8fcaa86",
            "last_updated": "2023-10-31T19:53:04.744415-04:00",
            "created_at": "2023-10-30T08:58:11.189828-04:00",
            "name": "Florida Panthers",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b562ec75-180c-4820-b91a-5e98f7f212b6/?format=api"
        }
    ]
}