GET /api/bet_types/c5e150fb-2ccb-498d-9c18-3d5c45b4cd67/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c5e150fb-2ccb-498d-9c18-3d5c45b4cd67",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac8f0c40-c020-4eb6-9cde-171d98b2405f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:12.250683-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": "WAS",
                "amount": 5107.0
            },
            {
                "team": "NYM",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d300628-9c00-4253-af70-c4d324f7d993",
            "gambit_id": "d56d92f5-ee01-437a-8c6a-b9b8426a50c9",
            "last_updated": "2023-04-27T11:52:06.093117-04:00",
            "created_at": "2023-04-26T12:02:12.253650-04:00",
            "name": "WAS",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e150fb-2ccb-498d-9c18-3d5c45b4cd67/?format=api"
        },
        {
            "id": "acef5a3a-d228-41f3-a551-2407a3c78a02",
            "gambit_id": "911d0d52-26ca-4c5e-8a04-d3c8c1fc8740",
            "last_updated": "2023-04-27T11:52:06.091292-04:00",
            "created_at": "2023-04-26T12:02:12.252162-04:00",
            "name": "NYM",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c5e150fb-2ccb-498d-9c18-3d5c45b4cd67/?format=api"
        }
    ]
}