GET /api/bet_types/5d8d9bc2-36bc-4b97-810d-14b9054de749/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d8d9bc2-36bc-4b97-810d-14b9054de749",
    "match": "https://api-prod.gambitprofit.com/api/matches/f8b3061d-bb4f-49f7-a12b-a79a30796d37/?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": "NYY (F Montas)",
                "amount": 5423.0
            },
            {
                "team": "STL (A Wainwright)",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": 381.79,
        "profit_sb_percentage": 4.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "c91c489a-3968-4026-be2e-b771b6fdd773",
            "gambit_id": "a05ba2d9-8862-4730-87e3-e02b664e1e71",
            "last_updated": "2022-08-08T11:02:06.840739-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (F Montas)",
            "reward": "1.73000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8d9bc2-36bc-4b97-810d-14b9054de749/?format=api"
        },
        {
            "id": "96ec2d53-4789-49c7-abbe-866c71081ce7",
            "gambit_id": "9e0a1dce-bfd8-4131-829d-05a34215c5b4",
            "last_updated": "2022-08-08T11:02:06.840194-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (A Wainwright)",
            "reward": "2.05000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d8d9bc2-36bc-4b97-810d-14b9054de749/?format=api"
        }
    ]
}