GET /api/bet_types/e3dfa0cb-7daf-4808-9fc5-a6f634ff4d58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3dfa0cb-7daf-4808-9fc5-a6f634ff4d58",
    "match": "https://api-prod.gambitprofit.com/api/matches/a5b91deb-74d8-425f-94a6-17e53dfb2101/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-14T05:58:09.722078-04: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": "BOS",
                "amount": 5213.0
            },
            {
                "team": "COL",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c71a417f-e9d2-4075-82b4-ff258ae50390",
            "gambit_id": "1be4e16f-e2ff-45bf-bdec-7b8e6c9690b5",
            "last_updated": "2023-06-15T23:23:32.613206-04:00",
            "created_at": "2023-06-14T05:58:09.724187-04:00",
            "name": "BOS",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3dfa0cb-7daf-4808-9fc5-a6f634ff4d58/?format=api"
        },
        {
            "id": "4f367c6a-f590-4030-bbcb-3cfa0f83143c",
            "gambit_id": "dfd140ce-97a5-48f7-b331-2bd3a3641780",
            "last_updated": "2023-06-15T23:23:32.614668-04:00",
            "created_at": "2023-06-14T05:58:09.726446-04:00",
            "name": "COL",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3dfa0cb-7daf-4808-9fc5-a6f634ff4d58/?format=api"
        }
    ]
}