GET /api/bet_types/5cb8bf9e-8eb6-4e5d-927c-32c8a7e9890c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5cb8bf9e-8eb6-4e5d-927c-32c8a7e9890c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee577e17-4c9a-4b78-81e8-5e31cba20fa0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-28T09:42:05.149173-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": "Montreal Canadiens",
                "amount": 5419.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4581.0
            }
        ],
        "expected_reward_tokens": 9482.67,
        "profit_sb": -17.33,
        "profit_sb_percentage": -0.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "01b23940-16be-4263-b996-a94a093f488e",
            "gambit_id": "58397883-dec6-44f9-921b-c976c1e1c251",
            "last_updated": "2023-01-30T17:46:55.790349-05:00",
            "created_at": "2023-01-28T09:42:05.152096-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.75000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb8bf9e-8eb6-4e5d-927c-32c8a7e9890c/?format=api"
        },
        {
            "id": "34b7f41d-5ada-43ed-868a-37235f94acc7",
            "gambit_id": "5b2cb721-5cf7-4b4e-aeed-e36223b17bd9",
            "last_updated": "2023-01-30T17:46:55.789107-05:00",
            "created_at": "2023-01-28T09:42:05.150599-05:00",
            "name": "Ottawa Senators",
            "reward": "2.07000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5cb8bf9e-8eb6-4e5d-927c-32c8a7e9890c/?format=api"
        }
    ]
}