GET /api/bet_types/a3d1e1ec-8c5a-4402-8862-e5c5f5c2a384/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3d1e1ec-8c5a-4402-8862-e5c5f5c2a384",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca9ded90-65b7-4daf-a3be-587472ad7419/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-22T09:58:23.293130-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": 5000.0
            },
            {
                "team": "BOS",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e26e0418-2580-4fc8-b6c6-c4acda2896e9",
            "gambit_id": "47598725-40d6-4a4f-9cbe-9771f6acd675",
            "last_updated": "2023-09-23T20:53:10.736675-04:00",
            "created_at": "2023-09-22T09:58:23.296781-04:00",
            "name": "CWS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d1e1ec-8c5a-4402-8862-e5c5f5c2a384/?format=api"
        },
        {
            "id": "95356668-0461-4e3e-b95b-1cf4557c5789",
            "gambit_id": "aaeaccb4-c907-4f4e-a299-72ead50caede",
            "last_updated": "2023-09-23T20:53:10.740153-04:00",
            "created_at": "2023-09-22T09:58:23.300904-04:00",
            "name": "BOS",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d1e1ec-8c5a-4402-8862-e5c5f5c2a384/?format=api"
        }
    ]
}