GET /api/bet_types/22a392ff-a16d-43e7-b9ce-fe43b37fe55e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22a392ff-a16d-43e7-b9ce-fe43b37fe55e",
    "match": "https://api-prod.gambitprofit.com/api/matches/e730c67c-9b1d-4665-b692-039626d43512/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-20T09:48:08.941519-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": "Boston Bruins",
                "amount": 5602.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "84f66a6c-2e8c-44ce-9c48-f30c770f27c2",
            "gambit_id": "54eb4047-188d-4d39-b518-2e0df85b4c29",
            "last_updated": "2023-11-21T14:43:24.756974-05:00",
            "created_at": "2023-11-20T09:48:08.947055-05:00",
            "name": "Boston Bruins",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22a392ff-a16d-43e7-b9ce-fe43b37fe55e/?format=api"
        },
        {
            "id": "01a39d15-5201-4c1c-89b8-2be17b1b4bf4",
            "gambit_id": "7e76190a-65d4-4710-905d-8bca2c38bba0",
            "last_updated": "2023-11-21T14:43:24.760270-05:00",
            "created_at": "2023-11-20T09:48:08.952632-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22a392ff-a16d-43e7-b9ce-fe43b37fe55e/?format=api"
        }
    ]
}