GET /api/bet_types/2ab3d872-4855-47ce-96ab-88186d0b84bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ab3d872-4855-47ce-96ab-88186d0b84bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/00446a99-e8a3-47a7-bc5e-fac68fe5265d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-16T09:52:11.733926-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": "Minnesota Timberwolves",
                "amount": 6099.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3901.0
            }
        ],
        "expected_reward_tokens": 9087.51,
        "profit_sb": 87.51,
        "profit_sb_percentage": 0.97,
        "recommended": true
    },
    "lines": [
        {
            "id": "c2d67e5d-8599-44d7-8633-1391e6886c5b",
            "gambit_id": "76744ca9-2d4b-48f9-a277-ba9a590e24f6",
            "last_updated": "2023-01-17T10:57:02.872786-05:00",
            "created_at": "2023-01-16T09:52:11.735853-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.49000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ab3d872-4855-47ce-96ab-88186d0b84bb/?format=api"
        },
        {
            "id": "105e7807-462f-4ffe-9f6f-743ae28fb71e",
            "gambit_id": "519d7819-a474-493c-b9db-3af67d4a716e",
            "last_updated": "2023-01-17T10:57:02.873906-05:00",
            "created_at": "2023-01-16T09:52:11.738102-05:00",
            "name": "Utah Jazz",
            "reward": "2.33000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ab3d872-4855-47ce-96ab-88186d0b84bb/?format=api"
        }
    ]
}