GET /api/bet_types/62062945-2f10-4cec-afab-dff990ff26cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "62062945-2f10-4cec-afab-dff990ff26cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/a843f024-918c-4fc5-9409-80d12c9b7eab/?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": "Anthony Hernandez",
                "amount": 6401.0
            },
            {
                "team": "Marc-Andre Barriault",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 8961.4,
        "profit_sb": -38.6,
        "profit_sb_percentage": -0.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ae246f2-c456-4000-b982-0a87d5a90cb0",
            "gambit_id": "4f9f1fa5-a62d-4c57-bd31-4f9c13b8192a",
            "last_updated": "2022-09-19T09:47:28.310613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Anthony Hernandez",
            "reward": "1.40000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62062945-2f10-4cec-afab-dff990ff26cd/?format=api"
        },
        {
            "id": "e56ae788-8a81-4fe3-9a03-67a0e1bdcfa4",
            "gambit_id": "ceb221e9-80c7-418e-a1ce-adb0724f9d67",
            "last_updated": "2022-09-19T09:47:28.311575-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Marc-Andre Barriault",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/62062945-2f10-4cec-afab-dff990ff26cd/?format=api"
        }
    ]
}