GET /api/bet_types/8dd9b502-d351-416a-96c5-c6b54a43764a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dd9b502-d351-416a-96c5-c6b54a43764a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f1c315cc-bd21-4123-903d-e17a56323394/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-28T09:58:21.068825-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": "Indiana Pacers",
                "amount": 7152.0
            },
            {
                "team": "Memphis Grizzlies",
                "amount": 2848.0
            }
        ],
        "expected_reward_tokens": 9512.16,
        "profit_sb": 12.16,
        "profit_sb_percentage": 0.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "c344e898-4901-42d1-9f8f-eba92fdd2c81",
            "gambit_id": "f8a53c51-676c-418b-bb95-e1e48442c194",
            "last_updated": "2024-01-29T22:23:12.997884-05:00",
            "created_at": "2024-01-28T09:58:21.079723-05:00",
            "name": "Indiana Pacers",
            "reward": "1.33000",
            "odds": "1.34480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd9b502-d351-416a-96c5-c6b54a43764a/?format=api"
        },
        {
            "id": "6cb4fdef-04f1-456d-829b-e1e673e35929",
            "gambit_id": "88ac8ca7-9426-44a8-b987-005892b66349",
            "last_updated": "2024-01-29T22:23:12.994494-05:00",
            "created_at": "2024-01-28T09:58:21.074349-05:00",
            "name": "Memphis Grizzlies",
            "reward": "3.34000",
            "odds": "3.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd9b502-d351-416a-96c5-c6b54a43764a/?format=api"
        }
    ]
}