GET /api/bet_types/bd48f892-add7-4c93-9989-6c4a3acc98e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd48f892-add7-4c93-9989-6c4a3acc98e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/d16ff0af-a911-4dc9-b752-53847eef5ed0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-17T09:32:58.174732-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 (J De Leon)",
                "amount": 6241.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "cabb7ba4-f0d0-45c5-9891-0240678dbfa9",
            "gambit_id": "436ce04e-d850-4099-a34e-35d2300fd5c4",
            "last_updated": "2023-06-18T10:22:58.503179-04:00",
            "created_at": "2023-06-17T09:32:58.180101-04:00",
            "name": "MIN (J De Leon)",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd48f892-add7-4c93-9989-6c4a3acc98e6/?format=api"
        },
        {
            "id": "4729200a-5a1a-4784-b20e-2b0d55e4cd7c",
            "gambit_id": "6a036e22-c49d-47cf-a1ef-a89f9910bc09",
            "last_updated": "2023-06-18T10:22:58.501316-04:00",
            "created_at": "2023-06-17T09:32:58.177331-04:00",
            "name": "DET (J Wentz)",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd48f892-add7-4c93-9989-6c4a3acc98e6/?format=api"
        }
    ]
}