GET /api/bet_types/5a447d83-50d2-42a2-8e42-e7732a471e2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a447d83-50d2-42a2-8e42-e7732a471e2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/21566c85-b95c-4887-b864-10a07c96dc29/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-22T08:23:02.469367-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": "OAK",
                "amount": 5599.0
            },
            {
                "team": "CLE",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac4c5e8d-a7bb-4c41-ad17-92ad83f0e7b1",
            "gambit_id": "8642a7fd-1b83-42d6-8263-0ea210f558d2",
            "last_updated": "2023-06-23T14:48:08.010195-04:00",
            "created_at": "2023-06-22T08:23:02.471403-04:00",
            "name": "OAK",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a447d83-50d2-42a2-8e42-e7732a471e2e/?format=api"
        },
        {
            "id": "bd504b06-9a9e-48eb-90fe-d201199a9ee9",
            "gambit_id": "986f361d-81cc-4e51-86e4-985af9f97eec",
            "last_updated": "2023-06-23T14:48:08.012668-04:00",
            "created_at": "2023-06-22T08:23:02.473373-04:00",
            "name": "CLE",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a447d83-50d2-42a2-8e42-e7732a471e2e/?format=api"
        }
    ]
}