GET /api/bet_types/04bfb184-4709-4f97-ba56-85a915bf5880/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04bfb184-4709-4f97-ba56-85a915bf5880",
    "match": "https://api-prod.gambitprofit.com/api/matches/98c21103-f1e3-48e4-b2f8-986b546ed352/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-03T08:28:19.924476-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": "MIN (S Gray)",
                "amount": 5678.0
            },
            {
                "team": "STL (M Liberatore)",
                "amount": 4322.0
            }
        ],
        "expected_reward_tokens": 9594.84,
        "profit_sb": 94.84,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "afcbfbe6-2913-4e1f-af10-848ceb0de427",
            "gambit_id": "84af601d-8e19-4cf0-9f25-fe7fa06fccd4",
            "last_updated": "2023-08-04T09:48:12.878896-04:00",
            "created_at": "2023-08-03T08:28:19.931027-04:00",
            "name": "MIN (S Gray)",
            "reward": "1.69000",
            "odds": "1.72460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04bfb184-4709-4f97-ba56-85a915bf5880/?format=api"
        },
        {
            "id": "4ca4077d-f16b-45dc-b5cc-fe5e6177f313",
            "gambit_id": "5065f2a0-7e34-4a4d-b72a-36cf623ef5a8",
            "last_updated": "2023-08-04T09:48:12.882343-04:00",
            "created_at": "2023-08-03T08:28:19.941120-04:00",
            "name": "STL (M Liberatore)",
            "reward": "2.22000",
            "odds": "2.28000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04bfb184-4709-4f97-ba56-85a915bf5880/?format=api"
        }
    ]
}