GET /api/bet_types/43ebf081-42c4-4fe1-8ccb-07dd762df1c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "43ebf081-42c4-4fe1-8ccb-07dd762df1c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/00077d5a-b305-4d57-93a5-4f40e2c7ddb1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-08T08:43:18.824166-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": "NYM",
                "amount": 5317.0
            },
            {
                "team": "ATL",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "12d923d6-571a-4251-802c-059de915230c",
            "gambit_id": "9f0e6816-62a8-4e78-ba4b-1a9228a6ce71",
            "last_updated": "2023-06-10T13:38:11.869013-04:00",
            "created_at": "2023-06-08T08:43:18.825814-04:00",
            "name": "NYM",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ebf081-42c4-4fe1-8ccb-07dd762df1c1/?format=api"
        },
        {
            "id": "6534fc24-976f-4d65-a713-8a985a9586e1",
            "gambit_id": "82263799-a430-4b8a-98b3-0c6874886629",
            "last_updated": "2023-06-10T13:38:11.871454-04:00",
            "created_at": "2023-06-08T08:43:18.827486-04:00",
            "name": "ATL",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/43ebf081-42c4-4fe1-8ccb-07dd762df1c1/?format=api"
        }
    ]
}