GET /api/bet_types/b2771d2d-b23a-481c-bbc7-2589d945feb3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b2771d2d-b23a-481c-bbc7-2589d945feb3",
    "match": "https://api-prod.gambitprofit.com/api/matches/14ed438b-1182-47a0-9ee3-b66ff74f4ae8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-05T09:22:23.962410-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 Orleans Pelicans",
                "amount": 6864.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 3136.0
            }
        ],
        "expected_reward_tokens": 9470.72,
        "profit_sb": -29.28,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ff21c6c-1765-4f6a-9db3-e7f7c8c8746a",
            "gambit_id": "bc0bb1e7-8ad0-40bf-9844-8dee1d61c29b",
            "last_updated": "2023-04-06T21:26:56.441671-04:00",
            "created_at": "2023-04-05T09:22:23.965385-04:00",
            "name": "New Orleans Pelicans",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2771d2d-b23a-481c-bbc7-2589d945feb3/?format=api"
        },
        {
            "id": "dbb80f72-aacf-4969-8270-bb95294467c8",
            "gambit_id": "925a89f9-c60a-4d5e-b46b-44d5fd8b1300",
            "last_updated": "2023-04-06T21:26:56.444021-04:00",
            "created_at": "2023-04-05T09:22:23.968578-04:00",
            "name": "Memphis Grizzlies",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b2771d2d-b23a-481c-bbc7-2589d945feb3/?format=api"
        }
    ]
}