GET /api/bet_types/a3ff00ca-646b-4f5f-ad52-7e51a43701d3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3ff00ca-646b-4f5f-ad52-7e51a43701d3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2fde43b-3cd4-4b27-8986-7d6f35025394/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-08T08:28:09.224974-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": 5319.0
            },
            {
                "team": "NYY",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "3de3235c-41ee-4a9f-9071-65052bc3ff0d",
            "gambit_id": "d7948e5f-90e3-4f08-a33d-cf165bfc0157",
            "last_updated": "2023-08-10T10:18:24.030089-04:00",
            "created_at": "2023-08-08T08:28:09.244252-04:00",
            "name": "CWS",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3ff00ca-646b-4f5f-ad52-7e51a43701d3/?format=api"
        },
        {
            "id": "6b5b1917-6cd1-436f-b2d4-5bb1bc34c274",
            "gambit_id": "b81e47f1-20b6-4367-9998-9e66818adf01",
            "last_updated": "2023-08-10T10:18:24.026939-04:00",
            "created_at": "2023-08-08T08:28:09.239444-04:00",
            "name": "NYY",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3ff00ca-646b-4f5f-ad52-7e51a43701d3/?format=api"
        }
    ]
}