GET /api/bet_types/a8f07bb8-1244-4ae5-bd35-3aa9742c64d8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8f07bb8-1244-4ae5-bd35-3aa9742c64d8",
    "match": "https://api-prod.gambitprofit.com/api/matches/29917e6e-b0a2-4630-b7e3-05d425df644b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-14T08:48:12.204420-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": "NYY",
                "amount": 5423.0
            },
            {
                "team": "ATL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c9bc4eac-5ec0-40d0-aed3-c1738c364516",
            "gambit_id": "f638158e-a964-4fa8-b8fb-22da90d16cfb",
            "last_updated": "2023-08-15T18:43:10.116747-04:00",
            "created_at": "2023-08-14T08:48:12.207845-04:00",
            "name": "NYY",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8f07bb8-1244-4ae5-bd35-3aa9742c64d8/?format=api"
        },
        {
            "id": "b30073b3-2eac-4958-a35d-e10221ef8e6d",
            "gambit_id": "74e62986-27d5-4a69-becb-c7e62f66eeff",
            "last_updated": "2023-08-15T18:43:10.120169-04:00",
            "created_at": "2023-08-14T08:48:12.214733-04:00",
            "name": "ATL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8f07bb8-1244-4ae5-bd35-3aa9742c64d8/?format=api"
        }
    ]
}