GET /api/bet_types/fda8176a-00b2-42eb-a156-0322ab8c39a3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fda8176a-00b2-42eb-a156-0322ab8c39a3",
    "match": "https://api-prod.gambitprofit.com/api/matches/bc0cc73e-5516-4a37-bc86-e99cd20e7373/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-16T08:23:00.419045-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": "CWS",
                "amount": 6241.0
            },
            {
                "team": "SEA",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "3777f3ae-33d8-4854-b8fa-2410a1789bee",
            "gambit_id": "fa2c9cd2-42cd-4080-9faf-46530c93cab5",
            "last_updated": "2023-06-17T14:52:58.896044-04:00",
            "created_at": "2023-06-16T08:23:00.420965-04:00",
            "name": "CWS",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda8176a-00b2-42eb-a156-0322ab8c39a3/?format=api"
        },
        {
            "id": "5e30a6bc-b6d4-43e6-a84b-6c83618c6260",
            "gambit_id": "5e4d6d60-ec5f-4d24-afcf-7de7623bc753",
            "last_updated": "2023-06-17T14:52:58.897521-04:00",
            "created_at": "2023-06-16T08:23:00.422696-04:00",
            "name": "SEA",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fda8176a-00b2-42eb-a156-0322ab8c39a3/?format=api"
        }
    ]
}