GET /api/bet_types/e2a7c88d-e91e-48df-9433-dfe2e9c94363/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2a7c88d-e91e-48df-9433-dfe2e9c94363",
    "match": "https://api-prod.gambitprofit.com/api/matches/e242ec8e-3eef-489d-a79f-75e72c547c1b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-27T08:57:16.906992-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": "Dallas Mavericks",
                "amount": 6472.0
            },
            {
                "team": "New York Knicks",
                "amount": 3528.0
            }
        ],
        "expected_reward_tokens": 8996.08,
        "profit_sb": -3.92,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "89ea5eb9-dab4-4681-90ef-52c16dc17cf7",
            "gambit_id": "5770da0f-9d3a-4cc3-9d4e-0c66ec42c2cd",
            "last_updated": "2022-12-28T21:32:12.905737-05:00",
            "created_at": "2022-12-27T08:57:16.908155-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.39000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2a7c88d-e91e-48df-9433-dfe2e9c94363/?format=api"
        },
        {
            "id": "1f20d0a6-fee3-4741-b2e3-bdf5f8426a21",
            "gambit_id": "fca08c71-04a9-415e-8ed6-b18b1c67e1a8",
            "last_updated": "2022-12-28T21:32:12.907212-05:00",
            "created_at": "2022-12-27T08:57:16.909972-05:00",
            "name": "New York Knicks",
            "reward": "2.55000",
            "odds": "2.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2a7c88d-e91e-48df-9433-dfe2e9c94363/?format=api"
        }
    ]
}