GET /api/bet_types/d49f2420-3a46-4bbc-ac16-5195dd153900/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d49f2420-3a46-4bbc-ac16-5195dd153900",
    "match": "https://api-prod.gambitprofit.com/api/matches/8e1c19e6-aadf-4f42-8e89-d5209b3b4626/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T11:43:22.800876-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": "Denver Broncos",
                "amount": 6935.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "7d0e83b7-b8ed-4dc0-858c-f6af58b3ed33",
            "gambit_id": "7c630aab-a90f-4531-9585-8a05844ae65c",
            "last_updated": "2023-08-12T18:23:12.309658-04:00",
            "created_at": "2023-08-11T11:43:22.805939-04:00",
            "name": "Denver Broncos",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d49f2420-3a46-4bbc-ac16-5195dd153900/?format=api"
        },
        {
            "id": "2a46da29-fc38-4b59-af3c-b2b0f7e5e39d",
            "gambit_id": "d96b272f-3ce0-4593-addb-2d1ae27ece0e",
            "last_updated": "2023-08-12T18:23:12.314205-04:00",
            "created_at": "2023-08-11T11:43:22.810415-04:00",
            "name": "Arizona Cardinals",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d49f2420-3a46-4bbc-ac16-5195dd153900/?format=api"
        }
    ]
}