GET /api/bet_types/cfe83be4-48bb-4f55-ab05-83adf11d96bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfe83be4-48bb-4f55-ab05-83adf11d96bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/f2387dd8-f1a6-41b1-912c-1c97bbd17eec/?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": 6104.0
            },
            {
                "team": "Missouri",
                "amount": 3896.0
            }
        ],
        "expected_reward_tokens": 9583.28,
        "profit_sb": 83.28,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "03179930-fc18-44e8-9259-16739a8272d2",
            "gambit_id": "c0b00d13-d496-49af-9ebd-9f046432be8c",
            "last_updated": "2022-10-31T10:27:23.463280-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Carolina",
            "reward": "1.57000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfe83be4-48bb-4f55-ab05-83adf11d96bb/?format=api"
        },
        {
            "id": "63560d4f-700d-4d16-98a2-bfae76cdf117",
            "gambit_id": "ca7d6a29-a44f-4f60-8fac-f922f3bad343",
            "last_updated": "2022-10-31T10:27:23.462328-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Missouri",
            "reward": "2.46000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfe83be4-48bb-4f55-ab05-83adf11d96bb/?format=api"
        }
    ]
}