GET /api/bet_types/3852213e-a26a-4e96-b9a5-621a8c2f4820/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3852213e-a26a-4e96-b9a5-621a8c2f4820",
    "match": "https://api-prod.gambitprofit.com/api/matches/8ec8c8b7-5068-4442-a104-45b909c157a3/?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": "Chicago Blackhawks",
                "amount": 5397.0
            },
            {
                "team": "Winnipeg Jets",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "6285353d-2be3-47fd-a6d6-6f0187b11190",
            "gambit_id": "8c8db59d-55d0-45ee-991c-68898781f8fd",
            "last_updated": "2022-11-07T09:12:51.017055-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3852213e-a26a-4e96-b9a5-621a8c2f4820/?format=api"
        },
        {
            "id": "510b0d97-9789-40a1-9e8e-1cecc3bc0ec8",
            "gambit_id": "b6954a8c-6f2b-4a64-9e58-074071ba3d81",
            "last_updated": "2022-11-07T09:12:51.016072-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3852213e-a26a-4e96-b9a5-621a8c2f4820/?format=api"
        }
    ]
}