GET /api/bet_types/5a2176c9-d8fc-4955-9788-f02449c275f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a2176c9-d8fc-4955-9788-f02449c275f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/dde633f2-6300-4020-b5f4-693a0a4aa083/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-28T12:36:59.532072-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": "Milwaukee Bucks",
                "amount": 6774.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 3226.0
            }
        ],
        "expected_reward_tokens": 9483.6,
        "profit_sb": -16.4,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "4696697c-3864-4d42-b274-02057226102c",
            "gambit_id": "6ece6569-1c42-4fab-877c-36aea7925c01",
            "last_updated": "2023-03-01T09:37:06.562876-05:00",
            "created_at": "2023-02-28T12:36:59.534487-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a2176c9-d8fc-4955-9788-f02449c275f7/?format=api"
        },
        {
            "id": "8c633c4e-ddd1-4767-bdd8-99f289f6480c",
            "gambit_id": "fcd5543e-f9b6-4447-af66-180a4ca6433d",
            "last_updated": "2023-03-01T09:37:06.561736-05:00",
            "created_at": "2023-02-28T12:36:59.533251-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.94000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a2176c9-d8fc-4955-9788-f02449c275f7/?format=api"
        }
    ]
}