GET /api/bet_types/3783fb7d-433b-4fc9-a7e8-992d82dbbc77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3783fb7d-433b-4fc9-a7e8-992d82dbbc77",
    "match": "https://api-prod.gambitprofit.com/api/matches/b64ec073-a015-4d80-8b07-c13745f83c3d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T23:47:14.196712-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": "ATL",
                "amount": 5599.0
            },
            {
                "team": "WAS",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b33dabf1-9944-49bb-8884-fd22b7ac3c35",
            "gambit_id": "908bed11-dd1a-4769-82b8-a0a19b869983",
            "last_updated": "2023-03-31T10:52:13.088039-04:00",
            "created_at": "2023-03-29T23:47:14.202054-04:00",
            "name": "ATL",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3783fb7d-433b-4fc9-a7e8-992d82dbbc77/?format=api"
        },
        {
            "id": "5b2f4699-c9c5-46ad-88fc-2e506c915c36",
            "gambit_id": "371e6de9-da0f-40e3-b5de-4f5329261b6b",
            "last_updated": "2023-03-31T10:52:13.085824-04:00",
            "created_at": "2023-03-29T23:47:14.199669-04:00",
            "name": "WAS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3783fb7d-433b-4fc9-a7e8-992d82dbbc77/?format=api"
        }
    ]
}