GET /api/bet_types/aa52b26c-4b95-478f-aeb5-421a0b1b8576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa52b26c-4b95-478f-aeb5-421a0b1b8576",
    "match": "https://api-prod.gambitprofit.com/api/matches/f248fa50-3ade-45e0-9ef9-483c00ad7f52/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-11T09:32:14.828070-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": "Edmonton Oilers",
                "amount": 6547.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "e096ee93-9dac-417e-a035-c558c0b9c658",
            "gambit_id": "92e62c85-bbdf-4630-b4a4-63aaf89d9d77",
            "last_updated": "2023-03-13T13:17:00.649143-04:00",
            "created_at": "2023-03-11T09:32:14.830629-05:00",
            "name": "Edmonton Oilers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa52b26c-4b95-478f-aeb5-421a0b1b8576/?format=api"
        },
        {
            "id": "c38e0ab2-ccc5-447e-9894-34f681980691",
            "gambit_id": "4c128587-21a9-4105-b7ff-7a39926b1350",
            "last_updated": "2023-03-13T13:17:00.646855-04:00",
            "created_at": "2023-03-11T09:32:14.829314-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa52b26c-4b95-478f-aeb5-421a0b1b8576/?format=api"
        }
    ]
}