GET /api/bet_types/b13c3558-9c5c-48f1-b7fd-7e8dd3e21c77/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b13c3558-9c5c-48f1-b7fd-7e8dd3e21c77",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9011c82-0682-4ae4-a477-8b56973cb4f8/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-15T10:23:25.499610-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": "New York Islanders",
                "amount": 6856.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3144.0
            }
        ],
        "expected_reward_tokens": 9461.28,
        "profit_sb": -38.72,
        "profit_sb_percentage": -0.41,
        "recommended": false
    },
    "lines": [
        {
            "id": "dc6cd676-02f3-4749-b52c-454397b2ee61",
            "gambit_id": "2917a03d-16d6-4f10-902a-cc8bb3158fb1",
            "last_updated": "2024-01-17T22:18:10.092966-05:00",
            "created_at": "2024-01-15T10:23:25.522771-05:00",
            "name": "New York Islanders",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b13c3558-9c5c-48f1-b7fd-7e8dd3e21c77/?format=api"
        },
        {
            "id": "5fe1ea40-017d-4a27-90be-06c1ea897527",
            "gambit_id": "6eb408b8-3fef-4699-8654-136ad282e7b3",
            "last_updated": "2024-01-17T22:18:10.099873-05:00",
            "created_at": "2024-01-15T10:23:25.534696-05:00",
            "name": "Minnesota Wild",
            "reward": "3.01000",
            "odds": "3.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b13c3558-9c5c-48f1-b7fd-7e8dd3e21c77/?format=api"
        }
    ]
}