GET /api/bet_types/e7188300-4579-40cd-b7bf-43868aa7a5bc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7188300-4579-40cd-b7bf-43868aa7a5bc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5dd5ffb-8a47-42db-bcac-9245233760e8/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-06T13:12:10.437364-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": 5423.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "d1581d9e-389e-4ceb-b225-8e57f98dadef",
            "gambit_id": "a2270943-196f-4bd5-bdd4-e0e60e886a41",
            "last_updated": "2023-02-07T11:21:55.984840-05:00",
            "created_at": "2023-02-06T13:12:10.440803-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7188300-4579-40cd-b7bf-43868aa7a5bc/?format=api"
        },
        {
            "id": "9ed1a937-63d9-4bd4-8552-bec6cb5e8728",
            "gambit_id": "e9ee9857-b133-4be8-b006-3d50673e0a3e",
            "last_updated": "2023-02-07T11:21:55.983578-05:00",
            "created_at": "2023-02-06T13:12:10.439005-05:00",
            "name": "New Jersey Devils",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7188300-4579-40cd-b7bf-43868aa7a5bc/?format=api"
        }
    ]
}