GET /api/bet_types/ca16cdbc-48a3-4f68-a3d8-bd1fc448bc88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca16cdbc-48a3-4f68-a3d8-bd1fc448bc88",
    "match": "https://api-prod.gambitprofit.com/api/matches/06ed073e-7949-4061-9288-52ade46c59eb/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "ATL",
                "amount": 6359.0
            },
            {
                "team": "NYM",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9284.14,
        "profit_sb": 284.14,
        "profit_sb_percentage": 3.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "e72993aa-e3dc-42da-af51-43de8e4bce85",
            "gambit_id": "118c63a1-0166-4473-bec3-bc3c3f488c6e",
            "last_updated": "2022-08-05T10:01:52.957634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca16cdbc-48a3-4f68-a3d8-bd1fc448bc88/?format=api"
        },
        {
            "id": "8e6c8ed1-215a-469c-87c8-b21e5a475aaa",
            "gambit_id": "fc517e90-1884-41f3-a3db-796fb1d8134f",
            "last_updated": "2022-08-05T10:01:52.957161-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca16cdbc-48a3-4f68-a3d8-bd1fc448bc88/?format=api"
        }
    ]
}