GET /api/bet_types/15c85fc1-0144-4e4c-80ba-8f1a60dd4a5b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "15c85fc1-0144-4e4c-80ba-8f1a60dd4a5b",
    "match": "https://api-prod.gambitprofit.com/api/matches/81c51f96-9813-4cd3-86fc-8caf3578fdce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-22T16:27:04.225861-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": "Toronto Raptors",
                "amount": 5619.0
            },
            {
                "team": "New York Knicks",
                "amount": 4381.0
            }
        ],
        "expected_reward_tokens": 9550.58,
        "profit_sb": 50.58,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "e82245bc-0ba4-4ddd-a8eb-46cbcf5a6e7b",
            "gambit_id": "e9439e2b-277e-40c4-901e-98a2e1b8bd34",
            "last_updated": "2023-01-23T14:06:51.926444-05:00",
            "created_at": "2023-01-22T16:27:04.227163-05:00",
            "name": "Toronto Raptors",
            "reward": "1.70000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c85fc1-0144-4e4c-80ba-8f1a60dd4a5b/?format=api"
        },
        {
            "id": "8c6327fb-1eaf-4638-8de2-78dec73bb1d0",
            "gambit_id": "6499066f-7ccf-495b-967e-d24c1a3f13f4",
            "last_updated": "2023-01-23T14:06:51.927540-05:00",
            "created_at": "2023-01-22T16:27:04.228463-05:00",
            "name": "New York Knicks",
            "reward": "2.18000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15c85fc1-0144-4e4c-80ba-8f1a60dd4a5b/?format=api"
        }
    ]
}