GET /api/bet_types/e2637f03-9758-4517-8630-c5c075ff5dc5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2637f03-9758-4517-8630-c5c075ff5dc5",
    "match": "https://api-prod.gambitprofit.com/api/matches/904bffe0-a40f-4362-a565-69a06d61267d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-19T11:02:12.168962-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": 5107.0
            },
            {
                "team": "CIN",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "6587e3e5-3e1a-4311-aae4-0f70b7e8b5b5",
            "gambit_id": "15dff56d-87c7-4123-b68c-cf389f3d3341",
            "last_updated": "2023-05-20T10:52:04.104890-04:00",
            "created_at": "2023-05-19T11:02:12.171975-04:00",
            "name": "NYY",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2637f03-9758-4517-8630-c5c075ff5dc5/?format=api"
        },
        {
            "id": "3d678d7e-23ea-45ea-9904-5be435678f3d",
            "gambit_id": "38bd799e-1cb1-4a92-8679-4214adf04c8d",
            "last_updated": "2023-05-20T10:52:04.102421-04:00",
            "created_at": "2023-05-19T11:02:12.170528-04:00",
            "name": "CIN",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2637f03-9758-4517-8630-c5c075ff5dc5/?format=api"
        }
    ]
}