GET /api/bet_types/e6abf6d9-6de3-4f1e-adf3-4a41f84f5708/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6abf6d9-6de3-4f1e-adf3-4a41f84f5708",
    "match": "https://api-prod.gambitprofit.com/api/matches/5138c5da-d73e-4851-a6e8-6e1881db2e17/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-06T09:23:24.363145-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": "Vancouver Canucks",
                "amount": 7106.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 2894.0
            }
        ],
        "expected_reward_tokens": 9521.26,
        "profit_sb": 21.26,
        "profit_sb_percentage": 0.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "c75c5ac4-903f-4b91-b27e-05060de673e5",
            "gambit_id": "8e910a58-8789-452c-b545-02794d0f7aed",
            "last_updated": "2024-01-09T10:18:18.256300-05:00",
            "created_at": "2024-01-06T09:23:24.370516-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.34000",
            "odds": "1.35710",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6abf6d9-6de3-4f1e-adf3-4a41f84f5708/?format=api"
        },
        {
            "id": "e44d88d3-a1bf-440a-8aed-7f6c2849fc35",
            "gambit_id": "75a2b431-4d09-4881-96b8-f6d14cc40673",
            "last_updated": "2024-01-09T10:18:18.259913-05:00",
            "created_at": "2024-01-06T09:23:24.379108-05:00",
            "name": "New Jersey Devils",
            "reward": "3.29000",
            "odds": "3.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6abf6d9-6de3-4f1e-adf3-4a41f84f5708/?format=api"
        }
    ]
}