GET /api/bet_types/2a1cd4ee-32fe-4bca-b61d-5441f9954151/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a1cd4ee-32fe-4bca-b61d-5441f9954151",
    "match": "https://api-prod.gambitprofit.com/api/matches/adadd5be-66c1-4a25-a46a-8c3c101f8fff/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-24T09:13:14.954844-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": "Vancouver Canucks",
                "amount": 6805.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "a76416a9-cf31-4301-aaa1-2b006bf2e517",
            "gambit_id": "578cba35-3eca-4fc8-bff6-365fd7c465a8",
            "last_updated": "2024-01-26T13:13:07.660564-05:00",
            "created_at": "2024-01-24T09:13:14.964457-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a1cd4ee-32fe-4bca-b61d-5441f9954151/?format=api"
        },
        {
            "id": "7359e376-fecf-4ef1-a5bd-ce011f276aed",
            "gambit_id": "9510c950-4b54-4af2-9d0d-cb0b2d5b3b78",
            "last_updated": "2024-01-26T13:13:07.657436-05:00",
            "created_at": "2024-01-24T09:13:14.960018-05:00",
            "name": "St Louis Blues",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a1cd4ee-32fe-4bca-b61d-5441f9954151/?format=api"
        }
    ]
}