GET /api/bet_types/64641b45-e64b-4d63-b464-f655c19a0234/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64641b45-e64b-4d63-b464-f655c19a0234",
    "match": "https://api-prod.gambitprofit.com/api/matches/da6a88fa-3106-4f62-b85f-0361016c9431/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:17.782931-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": "CLE (S Bieber)",
                "amount": 6353.0
            },
            {
                "team": "OAK (J Sears)",
                "amount": 3647.0
            }
        ],
        "expected_reward_tokens": 9591.61,
        "profit_sb": 91.61,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "e2d19fb8-4768-4a0a-9232-23b5e5f9cef4",
            "gambit_id": "59f0d733-2117-40b9-8866-8789ab23d444",
            "last_updated": "2023-04-05T10:07:04.875260-04:00",
            "created_at": "2023-04-04T09:32:17.785756-04:00",
            "name": "CLE (S Bieber)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64641b45-e64b-4d63-b464-f655c19a0234/?format=api"
        },
        {
            "id": "df7d7b30-d040-41ca-a728-bdde5934b0da",
            "gambit_id": "d209af72-5e3e-4f1f-bd16-1306e3f7b042",
            "last_updated": "2023-04-05T10:07:04.872958-04:00",
            "created_at": "2023-04-04T09:32:17.784259-04:00",
            "name": "OAK (J Sears)",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64641b45-e64b-4d63-b464-f655c19a0234/?format=api"
        }
    ]
}