GET /api/bet_types/75317a81-852c-4462-a86b-1b719d6f8e68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75317a81-852c-4462-a86b-1b719d6f8e68",
    "match": "https://api-prod.gambitprofit.com/api/matches/32b22aa6-d0e6-434f-9bcb-5b8f16e436d4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-15T08:23:07.690111-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": "BAL (T Wells)",
                "amount": 5234.0
            },
            {
                "team": "TOR (Y Kikuchi)",
                "amount": 4766.0
            }
        ],
        "expected_reward_tokens": 9578.22,
        "profit_sb": 78.22,
        "profit_sb_percentage": 0.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "c1f8657e-e1ca-4742-9db1-c2f22edb617d",
            "gambit_id": "16dfff5d-a155-486c-ba37-d0a57cdd85f1",
            "last_updated": "2023-06-16T10:03:12.697952-04:00",
            "created_at": "2023-06-15T08:23:07.696004-04:00",
            "name": "BAL (T Wells)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75317a81-852c-4462-a86b-1b719d6f8e68/?format=api"
        },
        {
            "id": "f737d274-0804-4c61-b7f3-1abfb87beec5",
            "gambit_id": "9588b4b8-84ea-4c7c-96cc-a17e59759f68",
            "last_updated": "2023-06-16T10:03:12.695983-04:00",
            "created_at": "2023-06-15T08:23:07.692907-04:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75317a81-852c-4462-a86b-1b719d6f8e68/?format=api"
        }
    ]
}