GET /api/bet_types/f2b8021a-a43b-4dd0-ab6f-f42fe8e6f806/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f2b8021a-a43b-4dd0-ab6f-f42fe8e6f806",
    "match": "https://api-prod.gambitprofit.com/api/matches/6640d43b-8363-4acf-9ead-0d0e23776343/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-15T09:07:12.666979-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": "Anaheim Ducks",
                "amount": 5867.0
            },
            {
                "team": "New York Islanders",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "052516ae-4367-4bad-8543-14bf1194cab7",
            "gambit_id": "16570cce-5f77-444a-b1a5-9ab0c53700f5",
            "last_updated": "2023-03-16T17:37:22.590775-04:00",
            "created_at": "2023-03-15T09:07:12.668896-04:00",
            "name": "Anaheim Ducks",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b8021a-a43b-4dd0-ab6f-f42fe8e6f806/?format=api"
        },
        {
            "id": "08f42f59-2432-4460-88db-ce361341d34d",
            "gambit_id": "bc7f1fbf-89fe-41f5-95fc-b33ce5368a62",
            "last_updated": "2023-03-16T17:37:22.592841-04:00",
            "created_at": "2023-03-15T09:07:12.671071-04:00",
            "name": "New York Islanders",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f2b8021a-a43b-4dd0-ab6f-f42fe8e6f806/?format=api"
        }
    ]
}