GET /api/bet_types/ae51e3b1-8afb-438f-a248-d0d8ded1b118/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ae51e3b1-8afb-438f-a248-d0d8ded1b118",
    "match": "https://api-prod.gambitprofit.com/api/matches/7538c1d0-5db4-4a29-b979-a9924d383fe1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-18T09:43:10.956210-04: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": "ARI (Z Davies)",
                "amount": 5117.0
            },
            {
                "team": "CLE (T Bibee)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "5aa33678-95b3-4676-bdfb-944f6bde8d94",
            "gambit_id": "dbcfe528-9084-4e6e-8347-308bd75417d4",
            "last_updated": "2023-06-19T17:08:22.252101-04:00",
            "created_at": "2023-06-18T09:43:10.960436-04:00",
            "name": "ARI (Z Davies)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae51e3b1-8afb-438f-a248-d0d8ded1b118/?format=api"
        },
        {
            "id": "cca6b9ba-4517-4b30-ba4d-13e243080664",
            "gambit_id": "b1bdfb30-ecfa-425a-8999-f325d812cc21",
            "last_updated": "2023-06-19T17:08:22.247812-04:00",
            "created_at": "2023-06-18T09:43:10.958605-04:00",
            "name": "CLE (T Bibee)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ae51e3b1-8afb-438f-a248-d0d8ded1b118/?format=api"
        }
    ]
}