GET /api/bet_types/1be91a43-b832-46b7-9178-f4b54665eed8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1be91a43-b832-46b7-9178-f4b54665eed8",
    "match": "https://api-prod.gambitprofit.com/api/matches/44d37da3-2d42-46f1-be92-e9d36d20ef01/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "South Carolina",
                "amount": 6731.0
            },
            {
                "team": "Vanderbilt",
                "amount": 3269.0
            }
        ],
        "expected_reward_tokens": 9153.2,
        "profit_sb": 153.2,
        "profit_sb_percentage": 1.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "75272853-244f-4e75-8d2d-a9be7b73564f",
            "gambit_id": "07c5de40-13ac-4800-9010-cfab6d2773aa",
            "last_updated": "2022-11-06T16:17:57.452230-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.36000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be91a43-b832-46b7-9178-f4b54665eed8/?format=api"
        },
        {
            "id": "9ab90f9c-7d83-42d1-92db-0d0e6242ce62",
            "gambit_id": "6242cc8e-09e9-4f3e-b3e2-8cc979c8ba2c",
            "last_updated": "2022-11-06T16:17:57.450979-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vanderbilt",
            "reward": "2.80000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1be91a43-b832-46b7-9178-f4b54665eed8/?format=api"
        }
    ]
}