GET /api/bet_types/284c04f4-6ba3-4077-a49a-98822ebcf02b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "284c04f4-6ba3-4077-a49a-98822ebcf02b",
    "match": "https://api-prod.gambitprofit.com/api/matches/88bc4d25-6137-4be0-92c7-6fdf9a13799e/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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 Rangers",
                "amount": 6729.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 3271.0
            }
        ],
        "expected_reward_tokens": 9485.9,
        "profit_sb": -14.1,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "11a61f06-35d2-4a96-8441-06fca84394fa",
            "gambit_id": "6d225c68-7724-42e6-8830-1f0be7b1426e",
            "last_updated": "2022-10-14T09:57:03.818817-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Rangers",
            "reward": "1.41000",
            "odds": "1.42550",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/284c04f4-6ba3-4077-a49a-98822ebcf02b/?format=api"
        },
        {
            "id": "57533cab-01b5-4c3c-a26c-a6ef83595ed8",
            "gambit_id": "9ae2cbc5-90ae-4e60-b70e-38d02748ed1d",
            "last_updated": "2022-10-14T09:57:03.817840-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "2.90000",
            "odds": "2.95000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/284c04f4-6ba3-4077-a49a-98822ebcf02b/?format=api"
        }
    ]
}