GET /api/bet_types/e67474f7-4c88-44df-9605-b6c5dc1d2367/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e67474f7-4c88-44df-9605-b6c5dc1d2367",
    "match": "https://api-prod.gambitprofit.com/api/matches/d5bca40b-cea5-4788-b224-593a7b980ae3/?format=api",
    "name": "Pick the Winner",
    "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": "Pittsburgh Penguins",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "cd32da77-cacf-44c9-b94c-d81ceda499f3",
            "gambit_id": "2afebdaa-fa4f-47d8-81f2-c04ba4ab6980",
            "last_updated": "2022-11-18T09:52:43.632121-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh Penguins",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e67474f7-4c88-44df-9605-b6c5dc1d2367/?format=api"
        },
        {
            "id": "d44dc5b7-f4ca-43e4-b1f8-559350bb7eef",
            "gambit_id": "e869ea2a-d637-41ea-83a3-078694f0666a",
            "last_updated": "2022-11-18T09:52:43.630927-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Wild",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e67474f7-4c88-44df-9605-b6c5dc1d2367/?format=api"
        }
    ]
}