GET /api/bet_types/75144c8d-b889-42a5-be06-364e1760cb13/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "75144c8d-b889-42a5-be06-364e1760cb13",
    "match": "https://api-prod.gambitprofit.com/api/matches/ebefc648-ed6b-4583-b544-9e7e10fbdd2b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-09T09:02:01.382109-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": "New York Rangers",
                "amount": 5213.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "59558b3a-3e6a-47ca-939c-90781baa28a4",
            "gambit_id": "74bfe96b-39d9-4eba-832c-33dce3c2b05c",
            "last_updated": "2023-03-10T10:42:00.849849-05:00",
            "created_at": "2023-03-09T09:02:01.385431-05:00",
            "name": "New York Rangers",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75144c8d-b889-42a5-be06-364e1760cb13/?format=api"
        },
        {
            "id": "3c37ecc8-42d3-4264-81b4-526288fec73d",
            "gambit_id": "5a505373-2fc0-4cce-94e0-49a4ccf42e86",
            "last_updated": "2023-03-10T10:42:00.848520-05:00",
            "created_at": "2023-03-09T09:02:01.383949-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/75144c8d-b889-42a5-be06-364e1760cb13/?format=api"
        }
    ]
}